(self, _name: &'static str)
| 363 | } |
| 364 | |
| 365 | fn serialize_unit_struct(self, _name: &'static str) -> Result<Bound<'py, PyAny>> { |
| 366 | self.serialize_none() |
| 367 | } |
| 368 | |
| 369 | fn serialize_unit_variant( |
| 370 | self, |
nothing calls this directly
no test coverage detected