Fctr
docs
This commit is contained in:
parent
785f7b7746
commit
39513d7946
@ -61,6 +61,7 @@ pub trait Mentionable<'a, Ctx: Context<'a>>: 'a + Serializable {
|
|||||||
fn points_typed(&self, points: &mut impl TakesPoints<'a, Ctx>);
|
fn points_typed(&self, points: &mut impl TakesPoints<'a, Ctx>);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// [`Factory`] associated with the [`Mentionable`]. Mostly useful for `type` definitions.
|
||||||
pub type Fctr<'a, Ctx, A> = <A as Mentionable<'a, Ctx>>::Fctr;
|
pub type Fctr<'a, Ctx, A> = <A as Mentionable<'a, Ctx>>::Fctr;
|
||||||
|
|
||||||
/// Shorthand for the type of vaalues returned by [`Factory::deserialize`].
|
/// Shorthand for the type of vaalues returned by [`Factory::deserialize`].
|
||||||
|
Loading…
Reference in New Issue
Block a user