logo

Type Definition sequoia_openpgp::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

Crate result specialization.

Trait Implementations

Converts to this type from the input type.