Trait hprose::io::Decodable [] [src]

pub trait Decodable: Sized {
    fn decode<D: Decoder>(d: &mut D) -> Result<Self, D::Error>;
}

Required Methods

Implementors