[][src]Trait cl_traits::Clear

pub trait Clear {
    type Output;
    fn clear(&mut self) -> Self::Output;
}

See clear for more information.

Associated Types

type Output

Output

Loading content...

Required methods

fn clear(&mut self) -> Self::Output

Clears the internal buffer, erasing all elements.

Loading content...

Implementors

Loading content...