pub trait Error: 'static { }
Marker trait for error compatible types
This is blanket implemented for all types that satisfies it.