Type Definition rust_lisp::model::HashMapRc

source ·
pub type HashMapRc = Rc<RefCell<HashMap<Value, Value>>>;
Expand description

Alias for the contents of Value::HashMap

Trait Implementations§

The type returned in the event of a conversion error.
Performs the conversion.