[][src]Trait goods::SimpleAsset

pub trait SimpleAsset: Send + Sync + 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...