pub trait StrBuffer: AsRef<str> {
    // Provided method
    fn is_ascii(&self) -> bool { ... }
}

Provided Methods§

source

fn is_ascii(&self) -> bool

Implementors§