[−][src]Derive Macro structmap_derive::FromHashMap
#[derive(FromHashMap)]
Implements the functionality for converting entries in a HashMap into attributes and values of a
struct. It will consume a tokenized version of the initial struct declaration, and use code
generation to implement the FromHashMap
trait for instantiating the contents of the struct.