#[derive(AsStaticStr)]
{
    // Attributes available to this derive:
    #[strum]
}
👎 Deprecated since 0.22.0:

please use #[derive(IntoStaticStr)] instead