[][src]Macro lz_diet::adjacent_bound_impl

macro_rules! adjacent_bound_impl {
    ($type:ty, $one:expr) => { ... };
}

Implements AdjacentBound for a type using the specified value to represent an increment of "one".

For numeric types $one should be 1, however for other types this will be up the implementor, for dates $one may be a single day.