Skip to content

Commit 82561f1

Browse files
committed
Topology: unpub MissingUserDefinedType
It is no longer part of any public API.
1 parent 71476b7 commit 82561f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scylla/src/cluster/metadata.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ pub struct UserDefinedType {
297297
/// Represents a user defined type whose definition is missing from the metadata.
298298
#[derive(Clone, Debug, Error)]
299299
#[error("Missing UDT: {keyspace}, {name}")]
300-
pub struct MissingUserDefinedType {
301-
pub name: String,
302-
pub keyspace: String,
300+
struct MissingUserDefinedType {
301+
name: String,
302+
keyspace: String,
303303
}
304304

305305
#[derive(Clone, Debug, PartialEq, Eq)]

0 commit comments

Comments
 (0)