Trait ratelimit_meter::TypedDecider [] [src]

pub trait TypedDecider {
    type T;
}

A prerequisite for implementing any Decider trait. It provides the associated type for Decision's additional information for negative decisions.

Associated Types

The type for additional information on negative decisions.

Implementors