Type Alias specs::error::NoError

source ·
pub type NoError = Infallible;
👎Deprecated: Use std::convert::Infallible instead
Expand description

Reexport of Infallible for a smoother transition.

Aliased Type§

enum NoError {}

Variants§