| 253 | // ------------------------------------------------------------------------------------------------- |
| 254 | |
| 255 | pub(crate) trait EncodeIntoContext { |
| 256 | fn encode_ctx(&self, ctx: &mut EncodeContext) -> std::io::Result<()>; |
| 257 | } |
| 258 | |
| 259 | // ----- Primitive --------------------------------------------------------------------------------- |
| 260 |
nothing calls this directly
no outgoing calls
no test coverage detected