Trait sourceview5::prelude::ActionMapExtManual
source · pub trait ActionMapExtManual: Sealed + IsA<ActionMap> {
// Provided method
fn add_action_entries(
&self,
entries: impl IntoIterator<Item = ActionEntry<Self>>,
) { ... }
}
Provided Methods§
fn add_action_entries( &self, entries: impl IntoIterator<Item = ActionEntry<Self>>, )
Object Safety§
This trait is not object safe.