[][src]Type Definition rustpython_vm::stdlib::StdlibInitFunc

type StdlibInitFunc = Box<dyn Fn(&VirtualMachine) -> PyObjectRef>;