[][src]Trait melib::text_processing::GlobMatch

pub trait GlobMatch {
    fn matches_glob(&self, s: &str) -> bool;
fn is_glob(&self) -> bool; }

Required methods

fn matches_glob(&self, s: &str) -> bool

fn is_glob(&self) -> bool

Loading content...

Implementations on Foreign Types

impl GlobMatch for str[src]

Loading content...

Implementors

Loading content...