| 131 | #[derive(PartialEq, Eq, Clone)] |
| 132 | #[cfg_attr(feature = "py-binding", struct_wrapper)] |
| 133 | pub struct Value { |
| 134 | body: Arc<ValueBody>, |
| 135 | } |
| 136 | |
| 137 | impl Serialize for Value { |
| 138 | fn serialize<S>(&self, serializer: S) -> std::result::Result<S::Ok, S::Error> |
no outgoing calls
no test coverage detected