Type Definition radn::rcore::ResolutionFailure

source ·
pub type ResolutionFailure<'a, Ctx, A> = ResolutionError<LookupError<'a, Ctx>, ParseErrorA<'a, A>>;
Expand description