Struct std::char::TryFromCharError 1.59.0[−][src]
pub struct TryFromCharError(_);
Expand description
检查的字符转换失败时返回的错误类型。
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
此方法测试 self
和 other
值是否相等,并由 ==
使用。 Read more
此方法测试 !=
。