We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6628b5f commit 5200399Copy full SHA for 5200399
scylla/src/lib.rs
@@ -163,10 +163,6 @@ pub mod serialize {
163
BuiltinSerializationError, BuiltinSerializationErrorKind, BuiltinTypeCheckError,
164
BuiltinTypeCheckErrorKind,
165
};
166
-
167
- // Not part of the old framework, but something that we should
168
- // still aim to remove from public API.
169
- pub use scylla_cql::serialize::row::{SerializedValues, SerializedValuesIterator};
170
}
171
172
/// Contains the [SerializeValue][value::SerializeValue] trait and its implementations.
0 commit comments