Trait zng::event::CommandInfoExt
source · pub trait CommandInfoExt {
// Required methods
fn info(self) -> Box<dyn VarBoxed<Txt>>;
fn init_info(self, info: impl Into<Txt>) -> Self;
}
Expand description
Adds the info
command metadata.
Required Methods§
Object Safety§
This trait is not object safe.