pub trait PyClassNewTextSignature<T> { // Required method fn new_text_signature(self) -> Option<&'static str>; }