Derive Macro from_regex_macros::FromStr[][src]

#[derive(FromStr)]
{
    // Attributes available to this derive:
    #[from_regex]
}
Expand description

Generates the same code as FromRegex, but also adds a std::str::FromStr implementation (with () error type)