Trait frame_support::storage::types::TupleToEncodedIter[][src]

pub trait TupleToEncodedIter {
    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.

Required methods

Implementations on Foreign Types

Implementors