Function mz_fivetran_destination::destination::ddl::describe_table
source · pub async fn describe_table(
client: &Client,
database: &str,
schema: &str,
table: &str
) -> Result<Option<Table>, OpError>