error[E0277]: the trait bound `Blah: IntoPy>` is not satisfied --> tests/ui/missing_intopy.rs:3:1 | 3 | #[pyo3::pyfunction] | ^^^^^^^^^^^^^^^^^^^ the trait `IntoPy>` is not implemented for `Blah` | = help: the following other types implement trait `IntoPy`: <&'a OsString as IntoPy>> <&'a Path as IntoPy>> <&'a PathBuf as IntoPy>> <&'a PyErr as IntoPy>> <&'a String as IntoPy>> <&'a [u8] as IntoPy>> <&'a str as IntoPy>> <&'a str as IntoPy>> and $N others = note: required for `Blah` to implement `OkWrap` = note: this error originates in the attribute macro `pyo3::pyfunction` (in Nightly builds, run with -Z macro-backtrace for more info)