Derive Macro FromStr

Source
#[derive(FromStr)]
{
    // Attributes available to this derive:
    #[from_str]
    #[strings]
}
Available on crate feature derive only.
Expand description

Procedural macro for #[derive(FromStr)].