Trait cognitive_qualia::traits::FrontendsCoordinationTrait [] [src]

pub trait FrontendsCoordinationTrait: SurfaceManagement + SurfaceControl + SurfaceViewer + SurfaceFocusing + AppearanceManagement + DataTransferring + HwGraphics + Screenshooting + MemoryManagement { }

Helper trait gathering traits used by frontends. Keeping list of all traits in all implementations is too verbose so this trait was introduced as best for now solution.

Implementors