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
pub type ContextLoadFn<P> = fn(attachment: &ScriptAttachment, content: &[u8], world_id: WorldId) -> Result<<P as IntoScriptPluginParams>::C, InteropError>;A strategy for loading contexts