Type Definition rustc_trait_selection::traits::query::Fallible[][src]

pub type Fallible<T> = Result<T, NoSolution>;