pub fn command_kind<'i, Input, Error>(
input: &mut Input,
) -> Result<CommandKind, Error>Expand description
Parse the command kind from the prefix keyword.
This parses count( or union( and returns the command kind.
pub fn command_kind<'i, Input, Error>(
input: &mut Input,
) -> Result<CommandKind, Error>Parse the command kind from the prefix keyword.
This parses count( or union( and returns the command kind.