macro_rules! malformed_query {
($msg:literal) => { ... };
($msg:expr) => { ... };
}Expand description
Constructs a ParseError::MalformedQuery{message: $msg}.
macro_rules! malformed_query {
($msg:literal) => { ... };
($msg:expr) => { ... };
}Constructs a ParseError::MalformedQuery{message: $msg}.