[][src]Trait slots::unrestricted::Size

pub trait Size<I>: ArrayLength<Entry<I>> { }

Alias of ArrayLength

Implementors

impl<T, I> Size<I> for T where
    T: ArrayLength<Entry<I>>, 
[src]

Loading content...