Comparing single string values.
This commit is contained in:
@@ -17,7 +17,7 @@ pub struct AffiliatedKeyword<'s> {
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct AffiliatedKeywords<'s> {
|
||||
pub(crate) keywords: BTreeMap<&'s str, AffiliatedKeywordValue<'s>>,
|
||||
pub(crate) keywords: BTreeMap<String, AffiliatedKeywordValue<'s>>,
|
||||
}
|
||||
|
||||
pub trait GetAffiliatedKeywords<'s> {
|
||||
|
||||
Reference in New Issue
Block a user