use time::OffsetDateTime; pub struct Session { pub id: String, pub expires: Option, pub ap_id: String, pub session: String, }