pub fn pick_exact(candidates: &[UserProfile], username: &str) -> Result<String>Expand description
Match the suggestion list exactly on user.username, mirroring rule-name
resolution: never a prefix, never a silent first pick.
pub fn pick_exact(candidates: &[UserProfile], username: &str) -> Result<String>Match the suggestion list exactly on user.username, mirroring rule-name
resolution: never a prefix, never a silent first pick.