pub trait MessageWriter { // Required method fn write_message(&mut self, msg: &str) -> Result<(), GError>; }