Trait nvim_gtk::value::ValueMapExt[][src]

pub trait ValueMapExt {
    fn to_attrs_map(&self) -> Result<HashMap<&str, &Value>, String>;
fn to_attrs_map_report(&self) -> Option<HashMap<&str, &Value>>; }

Required methods

fn to_attrs_map(&self) -> Result<HashMap<&str, &Value>, String>[src]

fn to_attrs_map_report(&self) -> Option<HashMap<&str, &Value>>[src]

Loading content...

Implementations on Foreign Types

impl ValueMapExt for Vec<(Value, Value)>[src]

Loading content...

Implementors

Loading content...