Type Definition specs::error::NoError[][src]

type NoError = Infallible;
👎 Deprecated:

Use std::convert::Infallible instead

Expand description

Reexport of Infallible for a smoother transition.