Home
last modified time | relevance | path

Searched defs:PersistentStorage (Results 1 – 2 of 2) sorted by relevance

/system/see/authmgr/authmgr-be/src/
Dtraits.rs230 pub trait PersistentStorage: trait
Dauthorization.rs74 persistent_storage: &mut dyn PersistentStorage, in fetch_and_increment()
87 mut persistent_storage: Box<dyn PersistentStorage>, in new()