pub trait ClassExt { // Required methods fn class_key(&self) -> Option<&PropName>; fn is_static(&self) -> bool; }