Compare radio target properties.

This commit is contained in:
Tom Alexander
2023-10-07 01:24:32 -04:00
parent 8d9ff77799
commit c70eb69ed6
3 changed files with 36 additions and 11 deletions

View File

@@ -90,6 +90,7 @@ pub struct RegularLink<'s> {
#[derive(Debug, PartialEq)]
pub struct RadioTarget<'s> {
pub source: &'s str,
pub value: &'s str,
pub children: Vec<Object<'s>>,
}