pub trait UIfmtSignatureExt { // Required method fn signature_pretty(&self) -> Option<(String, String, String)>; }