from_bytes

Function from_bytes 

Source
pub fn from_bytes<'de, T: Deserialize<'de>>(input: &'de [u8]) -> Result<T>
Expand description

Deserialize query-string from a &[u8].