Trait radn::rcore::MentionableBase
source · pub trait MentionableBase<'a>: 'a + Send + Sync + Serializable + Sized {
type Fctr: FactoryBase<'a, Mtbl = Self>;
// Required method
fn factory(&self) -> Self::Fctr;
}Expand description
Mentionable base.
Required Associated Types§
sourcetype Fctr: FactoryBase<'a, Mtbl = Self>
type Fctr: FactoryBase<'a, Mtbl = Self>
Type of the associated factory.