pub trait TupleToEncodedIter {
// Required method
fn to_encoded_iter(&self) -> IntoIter<Vec<u8>> ⓘ;
}
Expand description
Trait to indicate that a tuple can be converted into an iterator of a vector of encoded bytes.
pub trait TupleToEncodedIter {
// Required method
fn to_encoded_iter(&self) -> IntoIter<Vec<u8>> ⓘ;
}
Trait to indicate that a tuple can be converted into an iterator of a vector of encoded bytes.