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.