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.
|
/// [`Factory::ParseError`]. Mostly useful for `type` definitions.
|
||||||
pub type ParseError<'a, Ctx, F> = <F as Factory<'a, Ctx>>::ParseError;
|
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>>;
|
pub type ParseErrorA<'a, Ctx, A> = ParseError<'a, Ctx, Fctr<'a, Ctx, A>>;
|
||||||
|
|
||||||
/// Extension trait for factories.
|
/// Extension trait for factories.
|
||||||
|
Loading…
Reference in New Issue
Block a user