pub trait CallbackItem: Send + Sync + 'static { // Required method fn println_path(&self) -> String; }