Skip to main content

parse_form

Function parse_form 

Source
pub fn parse_form<T: DeserializeOwned>(
    bytes: &Bytes,
) -> Result<T, FrameworkError>
Expand description

Parse bytes as form-urlencoded into the target type