SymbolParsable

Derive Macro SymbolParsable 

Source
#[derive(SymbolParsable)]
Expand description

Derive the Parsable trait by parsing unnamed fields using the FromStr trait.

Parses the entire name string into each field.

ยงPanics

Panics if the input is not a struct with unnamed fields.