pub trait StringExecFnsIsAscii: Sized {
    // Required method
    fn is_ascii(&self) -> bool;
}

Required Methods§

source

exec fn is_ascii(&self) -> bool

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl StringExecFnsIsAscii for String

source§

exec fn is_ascii(&self) -> bool

Implementors§