pub trait WindowRendererState {
    // Required method
    fn window_renderer(&self) -> &WindowRenderer<Self>;
}

Required Methods§

Implementors§