Derive Macro cstr_enum::FromCStr[][src]

#[derive(FromCStr)]
{
    // Attributes available to this derive:
    #[cstr]
}

Derive macro for the FromCStr trait. May only be applied to enums whose variants have no fields.