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