FromBody trait and built-in implementations.
FromBody
Provides typed deserialization from a Body variant. For custom types that implement serde::de::DeserializeOwned, use the [impl_from_body_via_serde!] macro.
Body
serde::de::DeserializeOwned
impl_from_body_via_serde!