Skip to main content

value_from_ref

Function value_from_ref 

Source
pub fn value_from_ref(cx: &mut Cx, reference: &Ref) -> Result<Value>
Expand description

Resolves reference to a runtime Value, erroring when it cannot be turned into one (a missing or coordinate reference, or an unresolved symbol).