Derive Macro ParsableExt

Source
#[derive(ParsableExt)]
Expand description

Derives Display and FromStr based on the the parse() and unparse() implementations of Parsable for this type, respectively.