macro_rules! parse_current_marker {
([$info:expr; $input:expr; $marker:expr; $T:ty]) => { ... };
}
Expand description
Return the mark at the current parsing position.
Invoked with no arguments: parse_current_marker!()
macro_rules! parse_current_marker {
([$info:expr; $input:expr; $marker:expr; $T:ty]) => { ... };
}
Return the mark at the current parsing position.
Invoked with no arguments: parse_current_marker!()