FromCStr

Derive Macro FromCStr 

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

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