Skip to main content

Asset

Trait Asset 

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

Asset trait

Implementors§

Source§

impl<T: Any + Send + Sync + 'static + Debug> Asset for T