Flatten command. (#2670)

This commit is contained in:
Andrés N. Robalino
2020-10-14 04:36:11 -05:00
committed by GitHub
parent 2df8775b48
commit 2fb48bd6ac
7 changed files with 400 additions and 15 deletions

View File

@ -196,7 +196,7 @@ impl Dictionary {
}
/// A helper to help create dictionaries for you. It has the ability to insert values into the dictionary while maintaining the tags that need to be applied to the individual members
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct TaggedDictBuilder {
tag: Tag,
dict: IndexMap<String, Value>,