Skip to main content

CommandSkillsContext

Trait CommandSkillsContext 

Source
pub trait CommandSkillsContext {
    // Required methods
    fn active_skill(&self) -> Option<String>;
    fn active_skill_provenance(&self) -> Option<String>;
    fn refresh_skill_cache(&mut self);
}
Expand description

Active skill identity and skill-cache refresh.

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§