Function source_map_mappings_wasm_api::free_mappings [] [src]

#[no_mangle]
pub extern "C" fn free_mappings(mappings: *mut Mappings<()>)

Destroy the given Mappings structure.

The caller gives up ownership of the mappings and must not use them again.