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
pub async fn parse_body<T>(req: Request<Body>) -> Result<T, Error> where
T: Deserialize<'de> + Send + 'static,
Parse request body