twilight_http_ratelimiting

Type Alias GenericError

source
pub type GenericError = Box<dyn Error + Send + Sync>;
Expand description

A generic error type that implements Error.

Aliased Typeยง

struct GenericError(/* private fields */);