pub trait ConsoleOut: Debug + RefUnwindSafe { // Required method fn write_fmt(&self, args: Arguments<'_>); }