Type Definition specs::error::NoError

source · []
pub type NoError = Infallible;
👎 Deprecated:

Use std::convert::Infallible instead

Expand description

Reexport of Infallible for a smoother transition.