pub type AccountMap<T, U> = Arc<InMemAccountsIndex<T, U>>;
struct AccountMap<T, U> { /* private fields */ }