pub trait BuildableExt: IsA<Buildable> + 'static {
// Provided method
fn buildable_id(&self) -> Option<GString> { ... }
}
Provided Methods§
fn buildable_id(&self) -> Option<GString>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.