Trait overclock::core::Resource

source ·
pub trait Resource: Clone + Send + Sync + 'static { }
Expand description

Resource blanket trait, forces Clone + Send + Sync + ’static bounds on any resource

Implementors