pub trait UnwrapMsOutput { // Required methods fn unwrap_str(self) -> String; fn unwrap_number(self) -> i64; }