Function fungi_lang::hostobj::obj_of_val

source ·
pub fn obj_of_val<X: 'static + Debug + Hash + Eq + PartialEq + Clone>(
    x: &Val
) -> Option<X>
Expand description

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