Function places::storage::history::delete_visits_between

source ·
pub fn delete_visits_between(
    db: &PlacesDb,
    start: Timestamp,
    end: Timestamp
) -> Result<()>
Expand description

Delete all visits in a date range.