Skip to content

Commit

Permalink
Topology: unpub MissingUserDefinedType
Browse files Browse the repository at this point in the history
It is no longer part of any public API.
  • Loading branch information
Lorak-mmk committed Dec 29, 2024
1 parent d7efb3b commit 60a91b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scylla/src/transport/topology.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@ pub struct UserDefinedType {
/// Represents a user defined type whose definition is missing from the metadata.
#[derive(Clone, Debug, Error)]
#[error("Missing UDT: {keyspace}, {name}")]
pub struct MissingUserDefinedType {
pub name: String,
pub keyspace: String,
struct MissingUserDefinedType {
name: String,
keyspace: String,
}

#[derive(Clone, Debug, PartialEq, Eq)]
Expand Down

0 comments on commit 60a91b1

Please sign in to comment.