Trait fmod::Shareable

source ·
pub trait Shareable: Send + Sync + 'static { }

Implementors§

source§

impl<T> Shareable for T
where T: Send + Sync + 'static,