Function MethodMeta_name

Source
pub unsafe extern "C" fn MethodMeta_name(
    this: *const MethodMeta,
) -> *const c_char
Expand description

Get the name of this method.

@returns The method name.