warp::error

Type Alias BoxError

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

Aliased Typeยง

struct BoxError(/* private fields */);