Trait kas_core::app::AppAssoc

source ·
pub trait AppAssoc {
    type DrawShared: DrawSharedImpl;
}
Expand description

Application associated types

Note: these could be inherent associated types of Application when Rust#8995 is stable.

Required Associated Types§

source

type DrawShared: DrawSharedImpl

Shared draw state type

Implementors§

source§

impl<A: AppData, G: AppGraphicsBuilder, T> AppAssoc for Application<A, G, T>
where T: Theme<G::Shared> + 'static, T::Window: Window,

§

type DrawShared = <G as AppGraphicsBuilder>::Shared