Macro peel_ip::prelude::eat_separator []

macro_rules! eat_separator {
    ( $ i : expr , $ arr : expr ) => { ... };
}

helper macros to build a separator parser

named!(pub space, eat_separator!(&b" \t"[..]));