Skip to main content

from_dictionary

Function from_dictionary 

Source
pub fn from_dictionary<T>(dict: Dictionary) -> Result<T, Error>
Expand description

Deserializes a fuchsia.driver.metadata.Dictionary into a type T that implements Deserialize.