Macro lemmy_help::parser
source · [−]macro_rules! parser {
($id: ident, $ret: ty, $body: expr) => { ... };
($id: ident, $body: expr) => { ... };
}
macro_rules! parser {
($id: ident, $ret: ty, $body: expr) => { ... };
($id: ident, $body: expr) => { ... };
}