Type Alias alloc::string::ParseError

1.5.0 · source ·
pub type ParseError = Infallible;
Expand description

A type alias for Infallible.

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

Aliased Type§

enum ParseError {}

Variants§

Trait Implementations§

1.34.0 · source§

impl Debug for Infallible

source§

fn fmt(&self, _: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
1.34.0 · source§

impl Display for Infallible

source§

fn fmt(&self, _: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more