pub trait CommandSectionExt {
// Required method
fn script(&self) -> String;
}Expand description
An extension trait for the CommandSection type that provides
functionality for rendering the command section as a script string.
pub trait CommandSectionExt {
// Required method
fn script(&self) -> String;
}An extension trait for the CommandSection type that provides
functionality for rendering the command section as a script string.