Trait StrBuffer

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

Provided Methods§

Source

fn is_ascii(&self) -> bool

Implementors§