color-backtrace icon indicating copy to clipboard operation
color-backtrace copied to clipboard

Take WriteColor by value

Open hafeoz opened this issue 2 years ago • 0 comments

The WriteColor trait is implemented for &mut T, so taking the writer by value is more idiomatic, as stated by the Rust API Guidelines.

hafeoz avatar Sep 07 '22 14:09 hafeoz