pub struct ParseCharError { /* private fields */ }
Expand description
An error which can be returned when parsing a char.
This struct
is created when using the char::from_str
method.
pub struct ParseCharError { /* private fields */ }
An error which can be returned when parsing a char.
This struct
is created when using the char::from_str
method.