Trait rfw_scene::Loader[][src]

pub trait Loader: Debug {
    fn name(&self) -> &'static str;
fn file_extensions(&self) -> Vec<String, Global>;
fn load(&self, options: LoadOptions<'_>) -> LoadResult; }

Required methods

Implementors