[][src]Trait furnace::component::RenderQueue

pub trait RenderQueue: Send + Sync + 'static {
    fn execute(&self, f: Box<dyn FnOnce()>);
}

Required methods

fn execute(&self, f: Box<dyn FnOnce()>)

Loading content...

Implementors

Loading content...