[][src]Function emseries::time_range

pub fn time_range(
    start: DateTime<Utc>,
    start_incl: bool,
    end: DateTime<Utc>,
    end_incl: bool
) -> And<StartTime, EndTime>

Specify a criteria that searches for all records within a time range.