pub trait BuildableExtManual: 'static { // Required methods fn get_name(&self) -> Option<String>; fn set_name(&self, name: &str); }