Type Alias tcl::interp::ObjCmdProc

source ·
pub type ObjCmdProc = extern "C" fn(_: ClientData, _: *mut Tcl_Interp, _: c_int, _: *const *mut Tcl_Obj) -> c_int;
Expand description

API for registering Rust functions as Tcl commands.