Trait flatk::Push[][src]

pub trait Push<T> {
    fn push(&mut self, element: T);
}
Expand description

Abstraction for pushing elements of type T onto a collection.

Required methods

Implementations on Foreign Types

Implementors