pub type AccountMap<T, U> = Arc<InMemAccountsIndex<T, U>>;

Aliased Type§

struct AccountMap<T, U> { /* private fields */ }