pub type HostPrintFn = HostFunction<i32, (String,)>;Expand description
The function to pass to a new JSSandbox to tell it how to handle
guest requests to print some output.
Aliased Typeยง
pub struct HostPrintFn { /* private fields */ }pub type HostPrintFn = HostFunction<i32, (String,)>;The function to pass to a new JSSandbox to tell it how to handle
guest requests to print some output.
pub struct HostPrintFn { /* private fields */ }