Function probor::decode [] [src]

pub fn decode<R: Input, T: Decodable>(
    d: &mut Decoder<R>
) -> Result<T, DecodeError>

Decodes and object and asserts that it's not null

Use only as top-level decode function. For sub-items use Decode::decode_elem/decode_field