pub trait KeyspaceQualifyExt {
    fn dot(self, other: impl Into<Name>) -> KeyspaceQualifiedName;
    fn with_keyspace(self, keyspace: impl Into<Name>) -> KeyspaceQualifiedName;
}

Required Methods

Implementors