Type Definition xcb::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

The general result type for Rust-XCB.