Parsing the affiliated keywords.
This commit is contained in:
@@ -6,7 +6,7 @@ use super::Object;
|
||||
pub enum AffiliatedKeywordValue<'s> {
|
||||
SingleString(&'s str),
|
||||
ListOfStrings(Vec<&'s str>),
|
||||
ListOfObjects(Vec<Object<'s>>),
|
||||
ListOfListsOfObjects(Vec<Vec<Object<'s>>>),
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user