Function to_bytes

Source
pub fn to_bytes(
    ops: impl IntoIterator<Item = Constraint>,
) -> impl Iterator<Item = u8>
Expand description

Convert the given iterator yielding operations into and iterator yielding the serialized form in bytes.