[−][src]Trait cc_traits::PushFront
Mutable collection where new elements can be pushed on the front.
Associated Types
Loading content...Required methods
pub fn push_front(&mut self, element: Self::Item) -> Self::Output
[src]
Push a new element on the front of the collection.