pub fn methods() -> Vec<(Method, MethodFnBox)>
Expand description

This function will return a list of public functions for all interfaces. If you need to define interfaces separately for the browser or native, you should use cfg to control the conditions.