bitwarden_uniffi/
uniffi_support.rs

1use uuid::Uuid;
2
3// Forward the type definitions to the main bitwarden crate
4type DateTime = chrono::DateTime<chrono::Utc>;
5uniffi::use_remote_type!(bitwarden_core::DateTime);
6
7uniffi::use_remote_type!(bitwarden_core::Uuid);