Factory
docs shorten link
This commit is contained in:
parent
9688a6ced0
commit
45f554fbad
@ -116,7 +116,9 @@ pub trait FactoryParse<'a, Ctx: Context<'a>>: FactoryBase<'a, Ctx> {
|
||||
}
|
||||
|
||||
/// Trait representing deserialisation rules for [Mentionable]s.
|
||||
/// Crucial for [`crate::rstd::typeless`].
|
||||
/// Crucial for [typeless]ness.
|
||||
///
|
||||
/// [typeless]: crate::rstd::typeless
|
||||
pub trait Factory<'a, Ctx: Context<'a>>:
|
||||
FactoryParse<'a, Ctx, Mtbl = Self::_Mtbl> + ParseMode
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user