Marshall

Trait Marshall 

Source
pub trait Marshall {
    // Required method
    fn marshall(&self) -> Result<Vec<u8>, AmfError>;
}

Required Methods§

Implementors§