InlineableObject: Mentionable
This commit is contained in:
parent
2af7c5cab0
commit
14f5c6a13f
@ -26,7 +26,7 @@ pub trait ConstSizeFactory<'a, Ctx: Context<'a>>: FixedSizeFactory<'a, Ctx> {
|
||||
}
|
||||
|
||||
/// Object analogue of [`InlineableFactory`].
|
||||
pub trait InlineableObject<'a, Ctx: Context<'a>>: 'a {}
|
||||
pub trait InlineableObject<'a, Ctx: Context<'a>>: Mentionable<'a, Ctx> {}
|
||||
|
||||
/// Object analogue of [`FixedSizeFactory`].
|
||||
pub trait FixedSizeObject<'a, Ctx: Context<'a>>: InlineableObject<'a, Ctx> {
|
||||
|
Loading…
Reference in New Issue
Block a user