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

Provided Methods§

Implementors§