Struct std::str::ParseBoolError 1.0.0[−][src]
#[non_exhaustive]pub struct ParseBoolError;
Expand description
使用 from_str
解析 bool
失败时返回错误
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()