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

Implementors