StaticPairAtomic
docs
This commit is contained in:
parent
fec09f5ac2
commit
6d8fb55d39
@ -207,6 +207,7 @@ where
|
||||
const SIZE: usize = SP::FA::SIZE + SP::FB::SIZE;
|
||||
}
|
||||
|
||||
/// Atomic equivalent of [`StaticPair`].
|
||||
pub trait StaticPairAtomic:
|
||||
'static + Send + Sync + Clone + Sized + StaticPairSerializable<SA = Self::A, SB = Self::B>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user