pub type LessorLeaseResult = Result<ClientEnd<LeaseControlMarker>, LeaseError>;Aliased Type§
pub enum LessorLeaseResult {
Ok(ClientEnd<LeaseControlMarker>),
Err(LeaseError),
}Variants§
Ok(ClientEnd<LeaseControlMarker>)
Contains the success value
Err(LeaseError)
Contains the error value