From 39513d7946144c1a347ba6b58476c7d0ac0dcb78 Mon Sep 17 00:00:00 2001 From: timofey Date: Sat, 1 Jul 2023 00:58:15 +0000 Subject: [PATCH] `Fctr` docs --- src/rcore.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rcore.rs b/src/rcore.rs index a1c9465..0417ddd 100644 --- a/src/rcore.rs +++ b/src/rcore.rs @@ -61,6 +61,7 @@ pub trait Mentionable<'a, Ctx: Context<'a>>: 'a + Serializable { 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> = >::Fctr; /// Shorthand for the type of vaalues returned by [`Factory::deserialize`].