from_raw

Function from_raw 

Source
pub fn from_raw<R>(_req: &R, raw: Value) -> Result<R::Response, Error>
where R: Request,