Type Alias modalkit::env::vim::command::VimCommandMachine

source ·
pub type VimCommandMachine<I = EmptyInfo> = CommandMachine<VimCommand<I>>;
Expand description

Manages parsing and mapping Vim commands.

Aliased Type§

struct VimCommandMachine<I = EmptyInfo> { /* private fields */ }

Trait Implementations§

source§

impl<I> Default for VimCommandMachine<I>
where I: ApplicationInfo,

source§

fn default() -> Self

Returns the “default value” for a type. Read more