[−][src]Trait round_based::containers::push::Push
Collection which can only be appended by 1 element
Required methods
Loading content...Implementations on Foreign Types
impl<T> Push<T> for Vec<T>[src]
impl<T, P> Push<T> for &mut P where
P: Push<T>, [src]
Loading content...P: Push<T>,