pub fn stop_spindle<'a, I: Iterator<Item = Field<'a>>>(args: I) -> Command<'a>
Expand description
Stop spinning the spindle
To instantiate the command, call this function or use the crate::command macro.
pub fn stop_spindle<'a, I: Iterator<Item = Field<'a>>>(args: I) -> Command<'a>
Stop spinning the spindle
To instantiate the command, call this function or use the crate::command macro.