Function Module_is_method_loaded
Source pub fn Module_is_method_loaded(self_: &Module, method_name: &CxxString) -> bool
Available on crate feature module only.
Expand description
Checks if a specific method is loaded.
§Arguments
method_name: The name of the method to check.
§Returns
true if the method specified by method_name is loaded, false otherwise.