[][src]Trait json_decode::Decoder

pub trait Decoder<'a, DecodesTo> {
    fn decode(&self, value: &Value) -> Result<DecodesTo, DecodeError>;
}

Required methods

fn decode(&self, value: &Value) -> Result<DecodesTo, DecodeError>

Loading content...

Implementors

Loading content...