#[derive(FromStr)] { // Attributes available to this derive: #[from_regex] }
Generates the same code as FromRegex, but also adds a std::str::FromStr implementation (with () error type)
FromRegex
std::str::FromStr
()