Trait goods::SimpleAsset[][src]

pub trait SimpleAsset: Clone + Sized + 'static { }

Shortcut for implementing Asset when asset is produced directly by Format and no building is required.

Implementations on Foreign Types

impl SimpleAsset for Vec<u8>[src]

impl SimpleAsset for Box<[u8]>[src]

impl SimpleAsset for Arc<[u8]>[src]

Loading content...

Implementors

Loading content...