Trait legion::storage::ConsFlatten[][src]

pub trait ConsFlatten {
    type Output;
    fn flatten(self) -> Self::Output;
}
Expand description

transform cons list into a flat tuple

Associated Types

Flattened tuple

Required methods

Flatten runtime cons value

Implementations on Foreign Types

Implementors