1 2 3 4 5 6 7 8 9 10 11
use bebytes::BeBytes; #[cfg(not(feature = "std"))] extern crate alloc; #[derive(BeBytes)] enum UnsupportedEnum { A, B, } fn main() {}