[][src]Type Definition python_config::Py3Only

type Py3Only<T> = Result<T, Error>;

The result type denotes that this function is only available when interfacing a Python 3 interpreter.

It's the same as the normal PyResult used throughout this module, but it's just a little type hint.