Struct std::char::ParseCharError 1.20.0[−][src]
pub struct ParseCharError { /* fields omitted */ }
Expand description
解析 char 时可以返回的错误。
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
此方法测试 self
和 other
值是否相等,并由 ==
使用。 Read more
此方法测试 !=
。