Trait cognitive_qualia::traits::ExhibitorCoordinationTrait [] [src]

pub trait ExhibitorCoordinationTrait: SurfaceControl + SurfaceViewer + SurfaceAccess + SurfaceListing + SurfaceFocusing + StatePublishing + Screenshooting + WindowManagement { }

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

Implementors