Trait utote::multiset::MultisetStorage[][src]

pub trait MultisetStorage<T> {
    type Storage;
}

Trait enabling the sleight of hand using different typenum structs to define different storage types.

Associated Types

Loading content...

Implementations on Foreign Types

impl<N> MultisetStorage<N> for U0[src]

type Storage = N

impl<N, U, B> MultisetStorage<N> for UInt<U, B> where
    UInt<U, B>: ArrayLength<N>, 
[src]

type Storage = GenericArray<N, Self>

Loading content...

Implementors

Loading content...