Skip to main content

AppServiceInRoomCache

Type Alias AppServiceInRoomCache 

Source
type AppServiceInRoomCache = RwLock<HashMap<OwnedRoomId, HashMap<String, bool>>>;

Aliased Typeยง

struct AppServiceInRoomCache { /* private fields */ }