Type Definition cl_wordle::iter::Guess

source · []
pub type Guess<'a> = (&'a str, Matches);