Trim

Trait Trim 

Source
pub trait Trim {
    type Output;

    // Required method
    fn trim(self) -> Self::Output;
}
Expand description

Convenience trait. Calls Invert -> TrimTrailingZeros -> Invert

Required Associated Types§

Required Methods§

Source

fn trim(self) -> Self::Output

Implementors§