Type Alias KeyCache

Source
pub type KeyCache = Arc<RwLock<HashMap<Uuid, AESKey>>>;

Aliased Typeยง

pub struct KeyCache { /* private fields */ }