Trait quicksilver::asset::Loadable [] [src]

pub trait Loadable: Sized + Clone {
    type Error: Clone;
    fn load<P: AsRef<Path>>(path: P) -> LoadingAsset<Self>;
}

Associated Types

Required Methods

Implementors