Type Definition acme_core::BoxedError

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