pub fn apply_update(
initial_state: AssociationState,
update: IdentityUpdate,
) -> Result<AssociationState, AssociationError>Expand description
Apply a single IdentityUpdate to an existing AssociationState and return a new AssociationState