Skip to main content

HostPrintFn

Type Alias HostPrintFn 

Source
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 */ }