(&self, _node: &Extension, _buf: &mut Vec<u8>)
| 191 | } |
| 192 | |
| 193 | fn try_encode(&self, _node: &Extension, _buf: &mut Vec<u8>) -> Result<()> { |
| 194 | not_impl_err!("No extension codec provided") |
| 195 | } |
| 196 | |
| 197 | fn try_decode_table_provider( |
| 198 | &self, |
nothing calls this directly
no test coverage detected