let mut variable: Type; loop { variable = value; }
or
loop { let variable: Type = value; }
Ok! Thanks for the clarification !
Ok! Thanks for the clarification !