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 71476b7 commit 82561f1Copy full SHA for 82561f1
scylla/src/cluster/metadata.rs
@@ -297,9 +297,9 @@ pub struct UserDefinedType {
297
/// Represents a user defined type whose definition is missing from the metadata.
298
#[derive(Clone, Debug, Error)]
299
#[error("Missing UDT: {keyspace}, {name}")]
300
-pub struct MissingUserDefinedType {
301
- pub name: String,
302
- pub keyspace: String,
+struct MissingUserDefinedType {
+ name: String,
+ keyspace: String,
303
}
304
305
#[derive(Clone, Debug, PartialEq, Eq)]
0 commit comments