We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d8670 commit 04ea39dCopy full SHA for 04ea39d
src/conversion.rs
@@ -24,7 +24,7 @@ use err::PyResult;
24
25
/// Conversion trait that allows various objects to be converted into Python objects.
26
pub trait ToPyObject<'p> {
27
- type ObjectType : PythonObject<'p> = PyObject<'p>;
+ type ObjectType : PythonObject<'p>;
28
29
/// Converts self into a Python object.
30
fn to_py_object(&self, py: Python<'p>) -> Self::ObjectType;
0 commit comments