pub type AuthorityLookupResult = Result<(BlobId, String), AuthorityLookupError>;Aliased Type§
pub enum AuthorityLookupResult {
Ok((BlobId, String)),
Err(AuthorityLookupError),
}Variants§
Ok((BlobId, String))
Contains the success value
Err(AuthorityLookupError)
Contains the error value