Struct core::num::TryFromIntError 1.34.0[−][src]
pub struct TryFromIntError(_);
Expand description
当检查的整数类型转换失败时,返回错误类型。
Trait Implementations
执行转换。
执行转换。
此方法测试 self
和 other
值是否相等,并由 ==
使用。 Read more
此方法测试 !=
。