Trait scrypto::types::EnumCount

pub trait EnumCount {
    const COUNT: usize;
}
Expand description

A trait for capturing the number of variants in Enum. This trait can be autoderived by strum_macros.

Required Associated Constants§

const COUNT: usize

Object Safety§

This trait is not object safe.

Implementors§