Function get_namespaces
pub fn get_namespaces() -> impl SuperIterator<(String, u32)> + use<>Expand description
Binding to nvim_get_namespaces().
Returns an iterator over all the existing, non-anonymous namespace names
and ids tuples (name, id).