pub trait WriteLockStrategy<'a>: WriteLockStrategySealed<'a> { }Expand description
The write lock strategy supports different lock implementations which can be chosen based on the guarantees required, platform support, and performance constraints.
Note: the lock implementations are sealed to avoid committing to a specific lock interface.
Object Safety§
This trait is not object safe.