Trait hprose::io::Encodable [] [src]

pub trait Encodable {
    fn encode<W: Encoder>(&self, w: &mut W);
}

Required Methods

Implementors