Type Definition nx::ipc::server::CommandFn

source · []
pub type CommandFn = fn(_: &mut dyn IObject, _: CommandProtocol, _: &mut ServerContext<'_>) -> Result<()>;