I am trying to implement the trait PythonObject for a custom type.
PythonObject
impl PythonObject for PyTerm { #[inline] fn as_object(&self) ->