pub type GetDelegationResult = Result<SignedDelegation, GetDelegationError>;Aliased Type§
pub enum GetDelegationResult {
Ok(SignedDelegation),
Err(GetDelegationError),
}Variants§
Ok(SignedDelegation)
Contains the success value
Err(GetDelegationError)
Contains the error value