Function grin_api::parse_body[][src]

pub async fn parse_body<T>(req: Request<Body>) -> Result<T, Error> where
    T: Deserialize<'de> + Send + 'static, 
Expand description

Parse request body