Derive Macro parse_display::FromStr
source · #[derive(FromStr)]
{
// Attributes available to this derive:
#[display]
#[from_str]
}
Expand description
Derive FromStr.
#[derive(Display)] and #[derive(FromStr)] use common helper attributes.
See #[derive(Display)] for details.