macro_rules! parse_last_marker {
([$n:expr; $i:expr; $marker:expr; $T:ty]) => { ... };
}
Expand description
Returns the last marker that was set.
Invoked with no arguments: parse_marker!()
macro_rules! parse_last_marker {
([$n:expr; $i:expr; $marker:expr; $T:ty]) => { ... };
}
Returns the last marker that was set.
Invoked with no arguments: parse_marker!()