ParseError

Type Alias ParseError 

1.5.0
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 {}