Trait gob::ser::Output

source ·
pub trait Output {
    fn serialize_part(&mut self, part: OutputPart) -> Result<(), Error>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§