1 2 3 4 5
use super::IdentityUpdateTypes; pub type AccountIdsWithUpdatedIdentity = std::collections::HashMap< String, Vec<IdentityUpdateTypes>, >;