PopFront

Trait PopFront 

Source
pub trait PopFront<E>: Vars<E> {
    // Required method
    fn pop_front(&mut self) -> E;
}

Required Methods§

Source

fn pop_front(&mut self) -> E

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§