Struct rustc_ap_rustc_data_structures::unify::NoError [−][src]
pub struct NoError { /* fields omitted */ }
Expand description
A struct which can never be instantiated. Used for the error type for infallible cases.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NoError
impl UnwindSafe for NoError