Function rusty_bind_parser::cpp::create_enum_class
source · pub fn create_enum_class<T: Display>(
name: &str,
variants: impl Iterator<Item = T>
) -> String
pub fn create_enum_class<T: Display>(
name: &str,
variants: impl Iterator<Item = T>
) -> String