File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
scylla-cql/src/types/serialize Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 11//! Contains the [`RawBatchValues`] and [`RawBatchValuesIterator`] trait and their
22//! implementations.
33
4- // Note: When editing above doc-comment edit the corresponding comment on
5- // re-export module in scylla crate too.
6-
74use super :: batch:: { BatchValues , BatchValuesIterator } ;
85use super :: row:: { RowSerializationContext , SerializedValues } ;
96use super :: { RowWriter , SerializationError } ;
Original file line number Diff line number Diff line change @@ -150,15 +150,6 @@ pub mod serialize {
150150 } ;
151151 }
152152
153- /// Contains the [RawBatchValues][raw_batch::RawBatchValues] and [RawBatchValuesIterator][raw_batch::RawBatchValuesIterator]
154- /// trait and their implementations.
155- pub mod raw_batch {
156- pub use scylla_cql:: types:: serialize:: raw_batch:: {
157- RawBatchValues , RawBatchValuesAdapter , RawBatchValuesIterator ,
158- RawBatchValuesIteratorAdapter ,
159- } ;
160- }
161-
162153 /// Contains the [SerializeRow][row::SerializeRow] trait and its implementations.
163154 pub mod row {
164155 // Main types
You can’t perform that action at this time.
0 commit comments