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
First of all, if you don't see it, just close the issue, because I may be asking you to complicate it too much.
The idea is that you can do something like this:
use yansi::Paint;fnprint_message<M:AsRef<str>>(message:M){println!("{}", message.as_ref());}fnmain(){print_message("Hello");print_message("World".red());}
The text was updated successfully, but these errors were encountered:
First of all, if you don't see it, just close the issue, because I may be asking you to complicate it too much.
The idea is that you can do something like this:
The text was updated successfully, but these errors were encountered: