pub type TopologyControlDropLeaseResult = Result<(), LeaseControlError>;

Aliased Type§

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

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(LeaseControlError)

Contains the error value