Struct fxa_client::FxAMigrationResult
source · pub struct FxAMigrationResult {
pub total_duration: i64,
}
Expand description
Statistics about the completion of a migration from legacy sign-in data.
Applications migrating from legacy sign-in data would typically want to report telemetry about whether and how that succeeded, and can use the results reported in this struct to help do so.
Fields§
§total_duration: i64
The time taken to migrate, in milliseconds.
Note that this is a signed integer, for compatibility with languages that do not have unsigned integers.