Trait serialize::DecodableUnstable [-] [+] [src]

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

Required Methods

fn decode<D: Decoder>(d: &mut D) -> Result<Self, Error>

Implementors