[][src]Function grin_api::parse_body

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

Parse request body