Macro nom::eof [] [src]

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

eof!() returns its input if it is at the end of input data

please note that for now, eof only means there's no more data available, it does not work yet with smarter input types