Trait ori_core::Sendable

source ·
pub trait Sendable { }
Expand description

A trait that is implemented for all types that implement Send.

Send is only required when the multithread feature is enabled.

Implementors§

source§

impl<T> Sendable for T