Trait decrypt_cookies::browser::info::BrowserTime

source ·
pub trait BrowserTime {
    const MAX_TIME: DateTime<Utc> = chrono::DateTime<Utc>::MAX_UTC;
    const MIN_TIME: DateTime<Utc> = chrono::DateTime<Utc>::MIN_UTC;
}

Provided Associated Constants§

source

const MAX_TIME: DateTime<Utc> = chrono::DateTime<Utc>::MAX_UTC

source

const MIN_TIME: DateTime<Utc> = chrono::DateTime<Utc>::MIN_UTC

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl BrowserTime for i64

Implementors§