#[derive(FromStr)]
{
// Attributes available to this derive:
#[from_str]
#[strings]
}
Expand description
Procedural macro for #[derive(FromStr)].
#[derive(FromStr)]
{
// Attributes available to this derive:
#[from_str]
#[strings]
}
Procedural macro for #[derive(FromStr)].