[][src]Trait collectable::Collection

pub trait Collection<T>: AsRef<[T]> + AsMut<[T]> + Default + Length + Truncate + TryExtend<T> + TryPush<T> { }

Collection types implement all of the traits in this crate.

Implementors

Loading content...