StaticPairObject docs

This commit is contained in:
AF 2023-08-04 20:01:22 +00:00
parent 082574617c
commit fec09f5ac2

View File

@ -67,7 +67,7 @@ pub trait StaticPair<'a, Ctx: Context<'a>>:
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)]
pub struct StaticPairObject<SP> {
pair: SP,