1 2 3 4 5
use crate::debug::error::WindowError; pub mod error; pub type WindowResult<T> = Result<T, WindowError>;