fidl_fuchsia_power_topology_test

Type Alias TopologyControlAcquireLeaseResult

Source
pub type TopologyControlAcquireLeaseResult = Result<(), LeaseControlError>;

Aliased Type§

enum TopologyControlAcquireLeaseResult {
    Ok(()),
    Err(LeaseControlError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(LeaseControlError)

Contains the error value