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§
const MAX_TIME: DateTime<Utc> = chrono::DateTime<Utc>::MAX_UTC
const MIN_TIME: DateTime<Utc> = chrono::DateTime<Utc>::MIN_UTC
Object Safety§
This trait is not object safe.