Compare statistics cookies properties.

This commit is contained in:
Tom Alexander
2023-10-09 19:40:13 -04:00
parent c49455e9ce
commit 4d88256394
3 changed files with 43 additions and 8 deletions

View File

@@ -246,6 +246,7 @@ pub struct Target<'s> {
#[derive(Debug, PartialEq)]
pub struct StatisticsCookie<'s> {
pub source: &'s str,
pub value: &'s str,
}
#[derive(Debug, PartialEq)]