ForeignFunctionObj

Type Alias ForeignFunctionObj 

Source
pub type ForeignFunctionObj = Box<dyn ForeignFunction + Send + Sync + 'static>;

Aliased Typeยง

pub struct ForeignFunctionObj(/* private fields */);