Type Alias socks_hub::BoxError

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

Aliased Type§

struct BoxError(/* private fields */);