[][src]Trait acute::DefaultAddons

pub trait DefaultAddons {
    fn with_defaults(self, window: Window) -> Self;
fn with_defaults_headless(self) -> Self; }

Required methods

fn with_defaults(self, window: Window) -> Self

fn with_defaults_headless(self) -> Self

Loading content...

Implementors

impl DefaultAddons for AppBuilder[src]

Loading content...