Function windows_gen::method_to_snake[][src]

pub fn method_to_snake(camel: &str, kind: MethodKind) -> String

Change a CamelCase method name to snake case and prepends an optional preamble depending on the kind of method.