Trait kas_core::shell::ShellAssoc
source · pub trait ShellAssoc {
type DrawShared: DrawSharedImpl;
type Draw: DrawImpl;
}Expand description
Shell associated types
Note: these could be inherent associated types of Shell when Rust#8995 is stable.