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