(self, buf: &mut BytesMut)
| 44 | |
| 45 | #[inline] |
| 46 | fn encode(self, buf: &mut BytesMut) -> Result<Self::Output, Error> { |
| 47 | frontend::query(self, buf)?; |
| 48 | Ok(Vec::new()) |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | impl<C> sealed::Sealed for StatementCreate<'_, '_, C> {} |
no test coverage detected