pub fn get_state<Updates: AsRef<[IdentityUpdate]>>(
updates: Updates,
) -> Result<AssociationState, AssociationError>Expand description
Get the current state from an array of IdentityUpdates. Entire operation fails if any operation fails
pub fn get_state<Updates: AsRef<[IdentityUpdate]>>(
updates: Updates,
) -> Result<AssociationState, AssociationError>Get the current state from an array of IdentityUpdates. Entire operation fails if any operation fails