EventControllerExtManual

Trait EventControllerExtManual 

Source
pub trait EventControllerExtManual: IsA<EventController> + 'static {
    // Provided method
    fn set_static_name(&self, name: Option<&'static GStr>) { ... }
}

Provided Methods§

Source

fn set_static_name(&self, name: Option<&'static GStr>)

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.

Implementors§