Parsable

Derive Macro Parsable 

Source
#[derive(Parsable)]
Expand description

Derive the Parsable trait by parsing all unnamed fields in order using the Parsable trait.

ยงPanics

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