Extend pyd's conversion mechanims. Will be used by python_to_d only if python_to_d cannot convert its argument by regular means.
A callable which takes a PyObject*, or any type convertible by python_to_d, and returns a D type.
See Implementation
Extend pyd's conversion mechanims. Will be used by python_to_d only if python_to_d cannot convert its argument by regular means.