Home
last modified time | relevance | path

Searched defs:ParseBoolError (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/core/src/str/
Derror.rs140 pub struct ParseBoolError; struct
143 impl fmt::Display for ParseBoolError { implementation
150 impl Error for ParseBoolError { implementation
Dtraits.rs605 fn from_str(s: &str) -> Result<bool, ParseBoolError> { in from_str() argument