1 2 3 4 5
use termcolor::WriteColor; pub trait BufferedWriter: WriteColor { fn to_string(&self) -> String; }