InliningAtomic
mention in StaticPairAtomic
This commit is contained in:
parent
6d8fb55d39
commit
e03744e652
@ -208,6 +208,8 @@ where
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Atomic equivalent of [`StaticPair`].
|
/// Atomic equivalent of [`StaticPair`].
|
||||||
|
///
|
||||||
|
/// Note: [`StaticPairAtomic::A`] requires [`InliningAtomic`] be implemented.
|
||||||
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>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user