libadwaita::subclass::prelude

Trait ActionableImpl

source
pub trait ActionableImpl: WidgetImpl + ObjectSubclass
where Self::Type: IsA<Actionable>,
{ // Required methods fn action_name(&self) -> Option<GString>; fn action_target_value(&self) -> Option<Variant>; fn set_action_name(&self, name: Option<&str>); fn set_action_target_value(&self, value: Option<&Variant>); }

Required Methods§

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§