Type Definition sequoia_openpgp::Result

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

Crate result specialization.

Trait Implementations§

source§

impl From<Packet> for Result<Packet>

source§

fn from(p: Packet) -> Self

Converts to this type from the input type.