Searched refs:ByteSerialize (Results 1 – 1 of 1) sorted by relevance
113 pub fn byte_serialize(input: &[u8]) -> ByteSerialize<'_> { in byte_serialize()114 ByteSerialize { bytes: input } in byte_serialize()119 pub struct ByteSerialize<'a> { struct127 impl<'a> Iterator for ByteSerialize<'a> { implementation