macro_rules! bs_collect_when {
($context:expr, $when:expr, $on_eos:expr) => { ... };
}Expand description
Collect if $when yields true.
Exit the collection loop if $when yields false.
macro_rules! bs_collect_when {
($context:expr, $when:expr, $on_eos:expr) => { ... };
}Collect if $when yields true.
Exit the collection loop if $when yields false.