1crate::data_type!(BrowseDirection); 2 3crate::enum_variants!( 4 BrowseDirection, 5 UA_BrowseDirection, 6 [FORWARD, INVERSE, BOTH, INVALID], 7);