Type Definition BoxDynError
sqlx::error
type BoxDynError = Box<dyn Error + 'static + Sync + Send, Global>;