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

Required Methods§

Implementations on Foreign Types§

source§

impl StringExt for str

Implementors§