[][src]Type Definition rustpython_vm::obj::objgetset::PyGetterFunc

type PyGetterFunc = Box<dyn Fn(&VirtualMachine, PyObjectRef) -> PyResult>;