Type Definition acme_core::BoxError

source ·
pub type BoxError = Box<dyn Error>;
Expand description