(self, _vm: &VirtualMachine)
| 16 | |
| 17 | impl ToPyObject for core::convert::Infallible { |
| 18 | fn to_pyobject(self, _vm: &VirtualMachine) -> PyObjectRef { |
| 19 | match self {} |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | pub trait ToCString: AsRef<Wtf8> { |
no outgoing calls
no test coverage detected