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