Trait scsys_core::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§