pub trait PushContext<T> {
    fn push(&mut self, ic: T);
}

Required Methods

Implementors