Struct std::array::TryFromSliceError 1.34.0[−][src]
pub struct TryFromSliceError(_);
Expand description
从切片到数组的转换失败时返回的错误类型。
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
执行转换。