pub trait StringExt {
// Required method
fn remove_fnl(&self) -> &str;
}Required Methods§
Sourcefn remove_fnl(&self) -> &str
fn remove_fnl(&self) -> &str
Remove the first and last charecters of a string
pub trait StringExt {
// Required method
fn remove_fnl(&self) -> &str;
}Remove the first and last charecters of a string