Trait cvar::OnInvoke
[−]
[src]
pub trait OnInvoke {
fn invoke(&self, ctx: &mut Context) -> BoxResult<()>;
}Action callback when invoked.
pub trait OnInvoke {
fn invoke(&self, ctx: &mut Context) -> BoxResult<()>;
}Action callback when invoked.