Trait governor::state::direct::DirectStateStore
source · 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.
Object Safety§
This trait is not object safe.