Trait scylladb_parse::KeyspaceQualifyExt 
source · [−]pub trait KeyspaceQualifyExt {
    fn dot(self, other: impl Into<Name>) -> KeyspaceQualifiedName;
    fn with_keyspace(self, keyspace: impl Into<Name>) -> KeyspaceQualifiedName;
}