Trait StringExt

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

Required Methods§

Source

fn remove_fnl(&self) -> &str

Remove the first and last charecters of a string

Implementations on Foreign Types§

Source§

impl StringExt for str

Source§

fn remove_fnl(&self) -> &str

Implementors§