pub fn obj_of_rtval<X: 'static + Debug + Hash + Eq + PartialEq + Clone>(
    x: &RtVal
) -> Option<X>
Expand description

Un-inject a host-level object from a Fungi runtime value.