Type Definition lichen::def::Def [] [src]

type Def = HashMap<String, DefBlock>;

Def alias used for internal evaluation purposes

Trait Implementations

impl Eval for Def
[src]

Get method to retrieve variable from Rust side

Returns final ref or var, and if it is a var

Expects var to be written to underlying mem/store in Rust

A custom callable function Read more