pub type InMemoryError = PolicyError;Expand description
Error type returned by InMemoryStore operations.
Aliased Type§
pub enum InMemoryError {
NotFound(String),
Poisoned,
}pub type InMemoryError = PolicyError;Error type returned by InMemoryStore operations.
pub enum InMemoryError {
NotFound(String),
Poisoned,
}