Trait DBErrorMarker
pub trait DBErrorMarker:
Error
+ Send
+ Sync
+ 'static { }Expand description
Database error marker is needed to implement From conversion for Error type.
Implementations on Foreign Types§
impl DBErrorMarker for Infallible
Implement marker for ().