StaticPairObject
docs
This commit is contained in:
parent
082574617c
commit
fec09f5ac2
@ -67,7 +67,7 @@ pub trait StaticPair<'a, Ctx: Context<'a>>:
|
|||||||
fn factory_data(&self) -> Self::FactoryData;
|
fn factory_data(&self) -> Self::FactoryData;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Generic implementation of a [Mentionable] for [StaticPair]s.
|
/// Generic implementation of a [Mentionable] or [Atomic] for [StaticPair]s.
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct StaticPairObject<SP> {
|
pub struct StaticPairObject<SP> {
|
||||||
pair: SP,
|
pair: SP,
|
||||||
|
Loading…
Reference in New Issue
Block a user