Function load_behavior_module

Source
pub fn load_behavior_module(id: &str) -> FFIResult<Vec<u8>>
Expand description

Loads the module with the given ID.

Returns a serialized JSON vector of bytes containing the external registration info for the loaded module.