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;