pub fn extract<S: FromSteelVal>( vm: &Engine, node_path: &[usize], ) -> Result<Option<S>, SteelErr>
Extract the value for the node with the given ID.