pub trait GetU64 { // Required method fn get_u64(&self) -> u64; }
A trait needed for enum operations, implemented by types that have to be converted to u64
u64
A function to get the hold value as u64