Type Alias warp::error::BoxError

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

Aliased Type§

struct BoxError(/* private fields */);