macro_rules! parse_mark {
([$info:expr; $input:expr; $marker:expr; $T:ty]) => { ... };
}
Expand description
Sets the marker to the current position.
macro_rules! parse_mark {
([$info:expr; $input:expr; $marker:expr; $T:ty]) => { ... };
}
Sets the marker to the current position.