logo
pub trait Truncate {
    fn truncate(&mut self, _len: usize);
}

Required Methods

Implementations on Foreign Types

Implementors