pub trait Error: Debug + Display { }
Base error type
To be replaced with core::error when feature error_in_core gets pushed to stable
core::error
error_in_core
stable