pub type Error = Infallible;Expand description
The error type of the in-memory backend: persisting can never fail.
Aliased Typeยง
pub enum Error {}pub type Error = Infallible;The error type of the in-memory backend: persisting can never fail.
pub enum Error {}