Trait timely_container::PushInto
source · pub trait PushInto<T> {
// Required method
fn push_into(&mut self, item: T);
}
Expand description
A container that can absorb items of a specific type.
pub trait PushInto<T> {
// Required method
fn push_into(&mut self, item: T);
}
A container that can absorb items of a specific type.