Trait Resource

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

Implementors§

Source§

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