Function fungi_lang::hostobj::obj_of_any

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

Un-inject a host-level object from a Rust ‘Rc’ reference.