pub trait DirectStateStore: StateStore<Key = NotKeyed> { }
Expand description
A trait for state stores that only keep one rate limiting state.
This is blanket-implemented by all StateStore
s with NotKeyed
key associated types.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.