Trait legion::storage::ConsAppend[][src]

pub trait ConsAppend<T> {
    type Output;
    fn append(self, t: T) -> Self::Output;
}
Expand description

Prepend a new type into a cons list

Associated Types

Result of append

Required methods

Prepend to runtime cons value

Implementations on Foreign Types

Implementors