[][src]Trait auragfx_backend_api::Backend

pub trait Backend {
    fn make_window(&mut self) -> Box<dyn Window>;
}

Required methods

fn make_window(&mut self) -> Box<dyn Window>

Loading content...

Implementors

Loading content...