Type Definition cxx_auto::BoxError

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