#[derive(FromStr)] { // Attributes available to this derive: #[display] #[from_str] }
Reusing main crate.