Skip to main content

ClearContainer

Trait ClearContainer 

Source
pub trait ClearContainer {
    // Required method
    fn clear(&mut self);
}

Required Methods§

Source

fn clear(&mut self)

Implementations on Foreign Types§

Source§

impl<D, T, R> ClearContainer for ColumnationStack<(D, T, R)>
where D: Columnation + Clone + 'static, T: Columnation + Clone + 'static, R: Columnation + Clone + 'static,

Source§

fn clear(&mut self)

Source§

impl<T> ClearContainer for Vec<T>

Source§

fn clear(&mut self)

Implementors§