[][src]Macro sozu_lib::take_while_complete

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