Function form_urlencoded::byte_serialize [−][src]
pub fn byte_serialize(input: &[u8]) -> ByteSerialize<'_>ⓘNotable traits for ByteSerialize<'a>
impl<'a> Iterator for ByteSerialize<'a>    type Item = &'a str;The application/x-www-form-urlencoded byte serializer.
Return an iterator of &str slices.