Type Definition no_std_compat2::string::ParseError

1.5.0 · source ·
pub type ParseError = Infallible;
Available on non-crate feature std only.
Expand description

A type alias for Infallible.

This alias exists for backwards compatibility, and may be eventually deprecated.