Skip to main content

bitwarden_vault/
uniffi_support.rs

1use uuid::Uuid;
2
3type DateTime = chrono::DateTime<chrono::Utc>;
4uniffi::use_remote_type!(bitwarden_core::DateTime);
5type NaiveDate = chrono::NaiveDate;
6uniffi::use_remote_type!(bitwarden_core::NaiveDate);
7uniffi::use_remote_type!(bitwarden_core::Uuid);