Trait pgp::ser::Serialize[][src]

pub trait Serialize {
    fn to_writer<W: Write>(&self, _: &mut W) -> Result<()>;

    fn to_bytes(&self) -> Result<Vec<u8>> { ... }
}

Required methods

Provided methods

Implementations on Foreign Types

Implementors