Type Alias NoSpecificError

Source
pub type NoSpecificError = Infallible;
Expand description

Type alias for Infallible that better indicates that errors can still happen, but not [ErrorKind::Other].

Aliased Typeยง

pub enum NoSpecificError {}