Trait flatk::Truncate[][src]

pub trait Truncate {
    fn truncate(&mut self, len: usize);
}
Expand description

Truncate the collection to be a specified length.

Required methods

Implementations on Foreign Types

Truncate the range to a specified length.

Implementors