pub trait StackInfoExt { // Required methods fn get_cmd(&self) -> String; fn get_cpu_id(&self) -> Option<u32>; }