Derive Macro ruma_macros::AsRefStr
source ยท #[derive(AsRefStr)]
{
// Attributes available to this derive:
#[ruma_enum]
}
Expand description
Derive the AsRef<str>
trait for an enum.
#[derive(AsRefStr)]
{
// Attributes available to this derive:
#[ruma_enum]
}
Derive the AsRef<str>
trait for an enum.