ParseError
docs
This commit is contained in:
parent
28478ce7db
commit
6b20d5f9bb
@ -86,6 +86,7 @@ pub trait Factory<'a, Ctx: Context<'a>>: 'a + Send + Sync + Clone {
|
||||
/// [`Mentionable`] associated with the [`Factory`]. Mostly useful for `type` definitions.
|
||||
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;
|
||||
|
||||
pub type ParseErrorA<'a, Ctx, A> = ParseError<'a, Ctx, Fctr<'a, Ctx, A>>;
|
||||
|
Loading…
Reference in New Issue
Block a user