ParseError in alloc::string - Rust (original) (raw)

alloc::string

Type Alias ParseError

1.36.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§