node_sys/interface/
call_site.rs

1use wasm_bindgen::prelude::*;
2
3#[wasm_bindgen]
4extern {
5    pub type CallSite;
6}