Struct bitflags::__core::char::ToLowercase
[−]
[src]
pub struct ToLowercase(_);1.0.0
Returns an iterator that yields the lowercase equivalent of a char
.
This struct
is created by the to_lowercase()
method on char
. See
its documentation for more.