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