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§

source

fn add_action_entries( &self, entries: impl IntoIterator<Item = ActionEntry<Self>>, )

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<O> ActionMapExtManual for O
where O: IsA<ActionMap>,