ParseErrorA
docs
This commit is contained in:
parent
6b20d5f9bb
commit
785f7b7746
@ -89,6 +89,8 @@ pub type Mtbl<'a, Ctx, F> = <F as Factory<'a, Ctx>>::Mtbl;
|
||||
/// [`Factory::ParseError`]. Mostly useful for `type` definitions.
|
||||
pub type ParseError<'a, Ctx, F> = <F as Factory<'a, Ctx>>::ParseError;
|
||||
|
||||
/// [`Factory::ParseError`] associated with the [`Mentionable`].
|
||||
/// Mostly useful for `type` definitions.
|
||||
pub type ParseErrorA<'a, Ctx, A> = ParseError<'a, Ctx, Fctr<'a, Ctx, A>>;
|
||||
|
||||
/// Extension trait for factories.
|
||||
|
Loading…
Reference in New Issue
Block a user