Home
last modified time | relevance | path

Searched refs:ByteSerialize (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/form_urlencoded/src/
Dlib.rs113 pub fn byte_serialize(input: &[u8]) -> ByteSerialize<'_> { in byte_serialize()
114 ByteSerialize { bytes: input } in byte_serialize()
119 pub struct ByteSerialize<'a> { struct
127 impl<'a> Iterator for ByteSerialize<'a> { implementation