Macro sozu_lib::take_while1_complete[][src]

macro_rules! take_while1_complete {
    ($input : expr, $submac : ident! ($($args : tt) *)) => { ... };
    ($input : expr, $f : expr) => { ... };
}