Trait cinnog::Ingest

source ·
pub trait Ingest {
    // Required method
    fn ingest(self, commands: &mut EntityCommands<'_>)
       where Self: Sized;

    // Provided method
    fn ingest_path(&self, commands: &mut EntityCommands<'_>, path: &Path) { ... }
}

Required Methods§

source

fn ingest(self, commands: &mut EntityCommands<'_>)
where Self: Sized,

Provided Methods§

source

fn ingest_path(&self, commands: &mut EntityCommands<'_>, path: &Path)

Implementors§