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.

Implementorsยง