Struct bitflags::__core::char::ToUppercase [] [src]

pub struct ToUppercase(_);
1.0.0
[]

Returns an iterator that yields the uppercase equivalent of a char.

This struct is created by the to_uppercase() method on char. See its documentation for more.