nom::traits

Macro slice_range_impl

Source
macro_rules! slice_range_impl {
    ( [ $for_type:ident ], $ty:ty ) => { ... };
    ( $for_type:ty, $ty:ty ) => { ... };
}