Trim

Trait Trim 

Source
pub trait Trim: SplitableSpan + HasLength {
    // Provided method
    fn trim(&mut self, at: usize) -> Option<Self> { ... }
}

Provided Methods§

Source

fn trim(&mut self, at: usize) -> Option<Self>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§