pub trait GenericCommand { // Required methods fn fee(&self) -> Fee; fn forget(&self) -> UserCommand; }