1 2 3 4 5
use crate::reflection::Proxy; pub type JsProxy = Proxy; pub type JsProxyInstanceId = usize;