Type Definition nvim_types::Dictionary

source · []
pub type Dictionary = Collection<KeyValuePair>;
Expand description

A mapping from Neovim Strings to Objects.

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

Creates a value from an iterator. Read more

The returned type after indexing.

Performs the indexing (container[index]) operation. Read more

Performs the mutable indexing (container[index]) operation. Read more

Which kind of iterator are we turning this into?

The type of the elements being iterated over.

Creates an iterator from a value. Read more

The type returned in the event of a conversion error.

Performs the conversion.