color-backtrace
color-backtrace copied to clipboard
Take WriteColor by value
The WriteColor trait is implemented for &mut T
, so taking the writer by value is more idiomatic, as stated by the Rust API Guidelines.