Skip to main content

deserialize

Function deserialize 

Source
pub fn deserialize<'de, D>(deserializer: D) -> Result<Method, D::Error>
where D: Deserializer<'de>,
Expand description

Deserialize http::Method from a string