Trait nickel::JsonBody

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

Required Methods

Implementors