Type Definition sqlx::error::BoxDynError

source ·
pub type BoxDynError = Box<dyn Error + Sync + Send + 'static, Global>;