Function overwrite_struct

Source
pub fn overwrite_struct(
    target_struct_type_ref: NamedStructType,
    target_values: &mut Vec<Rc<RefCell<Value>>>,
    source_struct: NamedStructType,
    source_values: Vec<Rc<RefCell<Value>>>,
)
Expand description

ยงPanics