[][src]Trait indexing::container_traits::FixedLength

pub unsafe trait FixedLength: Trustworthy { }

The container does not change is length while we are trusting it

Implementations on Foreign Types

impl<'a, C: ?Sized> FixedLength for &'a C where
    C: FixedLength
[src]

impl<'a, C: ?Sized> FixedLength for &'a mut C where
    C: FixedLength
[src]

impl<T> FixedLength for [T][src]

Loading content...

Implementors

Loading content...