pub fn allowed_functions_for_kind(kind: PluginKind) -> &'static [&'static str]Expand description
Returns the set of wire functions ALLOWED for a plugin of the given kind. A plugin may implement any subset of allowed functions; at minimum, it must implement all required functions.