Macro sozu_lib::take_while_complete
source · macro_rules! take_while_complete {
($input:expr, $submac:ident!( $($args:tt)* )) => { ... };
($input:expr, $f:expr) => { ... };
}
macro_rules! take_while_complete {
($input:expr, $submac:ident!( $($args:tt)* )) => { ... };
($input:expr, $f:expr) => { ... };
}