Function Module_is_method_loaded

Source
pub fn Module_is_method_loaded(self_: &Module, method_name: &str) -> bool
Available on crate features module and std 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.