pub trait StripCarets {
    // Required method
    fn strip_carets(&self) -> &str;
}

Required Methods§

source

fn strip_carets(&self) -> &str

Implementations on Foreign Types§

source§

impl StripCarets for &str

Implementors§