Type Definition umbra_lang::FnReturn[][src]

type FnReturn = (Option<HashMap<String, RefTVal>>, Result<RefTVal, Error>);
Expand description

A pair of updated environment vars and the evaluated value.