Skip to main content

BuildableExtManual

Trait BuildableExtManual 

Source
pub trait BuildableExtManual:
    IsA<Buildable>
    + Sealed
    + 'static {
    // Provided methods
    fn buildable_name(&self) -> Option<String> { ... }
    fn set_buildable_name(&self, name: &str) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§