Function nom_errors::bytes::take

source ·
pub fn take<I: InputIter + InputTake>(
    count: usize
) -> impl FnMut(I) -> NomRes<I, I, (), !>