Derive Macro scyllax_macros::IntEnum

source ยท
#[derive(IntEnum)]
{
    // Attributes available to this derive:
    #[rename]
}
Expand description

Implements

  • [scylla::frame::value::Value] and
  • [scylla::cql_to_rust::FromCqlVal]
  • TryFrom<i32>

for an enum. See [int_enum] for more.