Struct rustc_data_structures::unify::NoError[][src]

pub struct NoError { /* fields omitted */ }

A struct which can never be instantiated. Used for the error type for infallible cases.

Trait Implementations

impl Debug for NoError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for NoError

impl Sync for NoError