pub trait BuildableExtManual: 'static {
    fn buildable_name(&self) -> Option<String>;
    fn set_buildable_name(&self, name: &str);
}

Required Methods

Implementors