☰
vstd
StringExecFnsIsAscii
Required Methods
is_ascii
Implementations on Foreign Types
String
Object Safety
Implementors
In vstd::string
?
Trait
vstd
::
string
::
StringExecFnsIsAscii
source
·
[
−
]
pub trait StringExecFnsIsAscii:
Sized
{ // Required method
exec
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
§