Trait Clear
cl_traits
pub trait Clear { type Output; fn clear(&mut self) -> Self::Output; }
See clear for more information.
clear
type Output
Output
fn clear(&mut self) -> Self::Output
Clears the internal buffer, erasing all elements.