pub fn dictionary_from_context_map( map: IndexMap<String, ContextSpanned<Value>>, ) -> Result<Dictionary, Error>
Converts an IndexMap of spanned Values into a fuchsia.data.Dictionary.