Trait openraft::OptionalSync

source ·
pub trait OptionalSync: Sync { }

Implementors§

source§

impl<T: Sync + ?Sized> OptionalSync for T