pub trait StringCallback { // Required method fn call(&self, message: String) -> Result<(), String>; }