xwt-error 0.9.0

A suite of reusable error types that naturally emerge from the xwt API. Use when you don't want/need your own more precise types.
Documentation
1
2
3
4
5
6
7
8
//! Trait implementations for errors.
//!
//! We have to do this manually because the derived implementations
//! suck for the types with generics.

mod debug;
mod display;
mod error;