Module conversion
Expand description
Traits for converting between Neovim Objects and Rust types.
Enums§
Traits§
- From
Object - Trait implemented for types can be obtained from an
Object. - ToObject
- Trait implemented for types can be converted into an
Object.