(&mut self, val: &SBValue)
| 202 | } |
| 203 | |
| 204 | pub fn write_value(&mut self, val: &SBValue) -> Result<Bytes, WriteErr> { |
| 205 | write_value(self, val, *RECURSIVE_DEREF_LIMIT) |
| 206 | } |
| 207 | |
| 208 | pub fn emit_env(&mut self) -> Bytes { |
| 209 | <Self as ValueWriterT>::emit_env(self) |
no test coverage detected