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

The resource trait

Implementors