Trait nickel::JsonBody [] [src]

pub trait JsonBody {
    fn json_as<T: Decodable>(&mut self) -> Result<T, Error>;
}

Required Methods

Implementors