You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like the ability to provide a &mut String value to something similar to Interface::read_line and then have it write the line message into there, instead of allocating a new String each time.