pub trait RustStringExt { // Required method fn rust_name_from_fullname(&self, style: NameStyle) -> Cow<'_, str>; }