Skip to main content

CommandParserFunc

Type Alias CommandParserFunc 

Source
pub type CommandParserFunc = fn(_: &mut CommentParser<&mut Revisioned>, args: Spanned<&str>, span: Span);
Expand description

Command parser function type.