Skip to main content

dictionary_from_context_map

Function dictionary_from_context_map 

Source
pub fn dictionary_from_context_map(
    map: IndexMap<String, ContextSpanned<Value>>,
) -> Result<Dictionary, Error>
Expand description

Converts an IndexMap of spanned Values into a fuchsia.data.Dictionary.