[][src]Trait cl_traits::Truncate

pub trait Truncate {
    type Input;
    type Output;
    fn truncate(&mut self, input: Self::Input) -> Self::Output;
}

See Truncate for more information.

Associated Types

type Input

Input

type Output

Output

Loading content...

Required methods

fn truncate(&mut self, input: Self::Input) -> Self::Output

Truncates the storage, delimiting its length by Input.

Loading content...

Implementors

Loading content...