| 484 | |
| 485 | #[derive(Clone, Debug, Default)] |
| 486 | pub struct LspFrameCodec { |
| 487 | remaining_bytes: usize, |
| 488 | } |
| 489 | |
| 490 | impl Encoder<String> for LspFrameCodec { |
| 491 | type Error = CodecError; |
nothing calls this directly
no outgoing calls
no test coverage detected