MCPcopy Create free account
hub / github.com/audulus/rui / DynCommandBase

Interface DynCommandBase

src/views/command.rs:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96impl<V, F> private::Sealed for Command<V, F> {}
97
98pub trait DynCommandBase {
99 fn exec(&self);
100 fn name(&self) -> Arc<str>;
101 fn key(&self) -> Option<HotKey>;
102}
103
104pub trait CommandBase: DynCommandBase + Clone {}
105

Callers

nothing calls this directly

Implementers 1

command.rssrc/views/command.rs

Calls

no outgoing calls

Tested by

no test coverage detected