pub type NoSpecificError = Infallible;
Expand description

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