winctx/window/
mod.rs

1//! Types related to finding and manipulating windows.
2
3pub use self::window::{FindWindow, Window};
4mod window;