#[derive(StringEnum)]
{
// Attributes available to this derive:
#[ruma_enum]
}
Expand description
Shorthand for the derives AsRefStr, FromString, DisplayAsRefStr, DebugAsRefStr,
SerializeAsRefStr and DeserializeFromCowStr.
#[derive(StringEnum)]
{
// Attributes available to this derive:
#[ruma_enum]
}
Shorthand for the derives AsRefStr, FromString, DisplayAsRefStr, DebugAsRefStr,
SerializeAsRefStr and DeserializeFromCowStr.