// TODO: Separate out winit-specific type from the generic window interfaces,
// and finalize documentation
use async_trait;
use crateAppDriver;
use crate;
/// Manager for creating windows.
///
/// References to this trait can be used to create new windows for the engine to manage.
/// Trait describing an [AppDriver] that provides a [WindowManager].