pub fn to_bytes(ops: impl IntoIterator<Item = Op>) -> impl Iterator<Item = u8>
Expand description
Convert the given iterator yielding operations into and iterator yielding the serialized form in bytes.
pub fn to_bytes(ops: impl IntoIterator<Item = Op>) -> impl Iterator<Item = u8>
Convert the given iterator yielding operations into and iterator yielding the serialized form in bytes.