Trait modalkit::actions::TabContainer

source ·
pub trait TabContainer<C, S, I>: TabCount
where I: ApplicationInfo,
{ // Required method fn tab_command( &mut self, act: &TabAction<I>, ctx: &C, store: &mut S ) -> UIResult<EditInfo, I>; }
Expand description

Trait for objects that contain tabbed content.

Required Methods§

source

fn tab_command( &mut self, act: &TabAction<I>, ctx: &C, store: &mut S ) -> UIResult<EditInfo, I>

Execute a tab action.

Implementors§