async fn describe_types(
session: &CqlSession,
writer: &mut dyn Write,
) -> Result<()>Expand description
DESCRIBE TYPES — list all UDT names in the current keyspace.
async fn describe_types(
session: &CqlSession,
writer: &mut dyn Write,
) -> Result<()>DESCRIBE TYPES — list all UDT names in the current keyspace.