Type Definition acme_core::AsyncError

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