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 {}
pub type NoSpecificError = Infallible;
Type alias for Infallible
that better indicates
that errors can still happen, but not [ErrorKind::Other
].
pub enum NoSpecificError {}