Function godot::register::property::export_info_functions::export_enum

pub fn export_enum<T>(variants: &[T]) -> PropertyHintInfo
where &'a T: for<'a> Into<ExportValueWithKey<i64>>,