ContextLoadFn

Type Alias ContextLoadFn 

Source
pub type ContextLoadFn<P> = fn(attachment: &ScriptAttachment, content: &[u8], world_id: WorldId) -> Result<<P as IntoScriptPluginParams>::C, InteropError>;
Expand description

A strategy for loading contexts