Trait uu_dircolors::StrUtils
source · pub trait StrUtils {
// Required methods
fn purify(&self) -> &Self;
fn split_two(&self) -> (&str, &str);
fn fnmatch(&self, pattern: &str) -> bool;
}pub trait StrUtils {
// Required methods
fn purify(&self) -> &Self;
fn split_two(&self) -> (&str, &str);
fn fnmatch(&self, pattern: &str) -> bool;
}