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§
Shared draw state type
pub trait AppAssoc {
type DrawShared: DrawSharedImpl;
}Application associated types
Note: these could be inherent associated types of Application when Rust#8995 is stable.
Shared draw state type