Derive Macro parsel::FromStr

source · []
#[derive(FromStr)]
{
    // Attributes available to this derive:
    #[parsel]
}
Expand description

Implements the core::str::FromStr trait for the annotated type by forwarding to its Parse implementation.