pub trait IsResource: Any + Send + Sync + 'static { }
Expand description

Marker trait that denotes a static, nameable type that can be sent between threads.

Implementors