LookupError docs

This commit is contained in:
AF 2023-07-01 00:25:01 +00:00
parent 5cb2648965
commit 6c635571ed

View File

@ -19,6 +19,7 @@ impl<L, P> ResolutionError<L, P> {
} }
} }
/// [`Context::LookupError`]. Mostly useful for `type` definitions.
pub type LookupError<'a, Ctx> = <Ctx as Context<'a>>::LookupError; pub type LookupError<'a, Ctx> = <Ctx as Context<'a>>::LookupError;
/// See [`ResolutionResult`]. /// See [`ResolutionResult`].