Type Alias soketto::BoxedError

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

Aliased Type§

struct BoxedError(/* private fields */);