StaticPairAtomic docs

This commit is contained in:
AF 2023-08-04 20:06:48 +00:00
parent fec09f5ac2
commit 6d8fb55d39

View File

@ -207,6 +207,7 @@ where
const SIZE: usize = SP::FA::SIZE + SP::FB::SIZE; const SIZE: usize = SP::FA::SIZE + SP::FB::SIZE;
} }
/// Atomic equivalent of [`StaticPair`].
pub trait StaticPairAtomic: pub trait StaticPairAtomic:
'static + Send + Sync + Clone + Sized + StaticPairSerializable<SA = Self::A, SB = Self::B> 'static + Send + Sync + Clone + Sized + StaticPairSerializable<SA = Self::A, SB = Self::B>
{ {