Compare value.

This commit is contained in:
Tom Alexander
2023-10-05 03:46:14 -04:00
parent 6f0439bb6d
commit 4ba9d7439a
3 changed files with 16 additions and 8 deletions

View File

@@ -102,6 +102,7 @@ pub struct Clock<'s> {
pub struct DiarySexp<'s> {
pub source: &'s str,
pub name: Option<&'s str>,
pub value: &'s str,
}
#[derive(Debug)]