Type Definition BoxDynError
sqlx_core::error
type BoxDynError = Box<dyn StdError + Send + Sync + 'static>;