On this page
Type Alias std::string::ParseError
pub type ParseError = Infallible;
A type alias for Infallible
.
This alias exists for backwards compatibility, and may be eventually deprecated.
Aliased Type
enum ParseError {}
Variants
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/string/type.ParseError.html