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