Skip to main content

namespace_methods

Function namespace_methods 

Source
pub fn namespace_methods(ns: &str) -> &'static [&'static str]
Expand description

The callable members of builtin namespace ns. THE single table backing both is_method (does ns.m dispatch?) and namespace_keys (what does for (k in ns) yield?), so a method can never be callable-but-unenumerable or the reverse.