pub fn bound_into_included_u64<I>(bound: Bound<&I>, is_start: bool) -> u64where I: Clone + Into<u64>,
Converts and parses a Bound into an included u64 value.