Trait openraft::OptionalSend

source ·
pub trait OptionalSend: Send { }

Implementors§

source§

impl<T: Send + ?Sized> OptionalSend for T