Resource

Trait Resource 

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

A trait representing a resource. It extends Any to allow for downcasting.

Implementations on Foreign Types§

Source§

impl<M> Resource for Messages<M>
where M: Message,

Implementors§