Skip to main content

AuthorityLookupResult

Type Alias AuthorityLookupResult 

Source
pub type AuthorityLookupResult = Result<(BlobId, String), AuthorityLookupError>;

Aliased Type§

pub enum AuthorityLookupResult {
    Ok((BlobId, String)),
    Err(AuthorityLookupError),
}

Variants§

§1.0.0

Ok((BlobId, String))

Contains the success value

§1.0.0

Err(AuthorityLookupError)

Contains the error value