[][src]Trait static_linkedlist::Clear

pub trait Clear {
    fn clear(&mut self);
}

Clear the memory of an instance of type T. Types stored in lists must implement this trait. clear() is called before a memory block is returned to the backing array's memory pool.

Required methods

fn clear(&mut self)

Loading content...

Implementors

Loading content...