pub type MemoryStateful<'a> = Stateful<'a, MemoryDatabase>;
pub struct MemoryStateful<'a> { /* private fields */ }