Type Definition bunny_api::NoSpecificError
source · [−]pub type NoSpecificError = Infallible;Expand description
Type alias for Infallible that better indicates
that errors can still happen, but not [ErrorKind::Other].
pub type NoSpecificError = Infallible;Type alias for Infallible that better indicates
that errors can still happen, but not [ErrorKind::Other].