pub fn from_dictionary<T>(dict: Dictionary) -> Result<T, Error>where
T: DeserializeOwned,Expand description
Deserializes a fuchsia.driver.metadata.Dictionary into a type T that implements Deserialize.
pub fn from_dictionary<T>(dict: Dictionary) -> Result<T, Error>where
T: DeserializeOwned,Deserializes a fuchsia.driver.metadata.Dictionary into a type T that implements Deserialize.