pub type ParseError = Infallible;Expand description
A type alias for Infallible.
This alias exists for backwards compatibility, and may be eventually deprecated.
Aliased Type§
pub enum ParseError {}ParseError in alloc::string - Rust
pub type ParseError = Infallible;A type alias for Infallible.
This alias exists for backwards compatibility, and may be eventually deprecated.
pub enum ParseError {}