pub fn delete_topic(session: &Session, topic: &str) -> Result<(), Error>
Expand description

deletes a topic from the EMS

the underlying connection must be an admin connection created through the tibco_ems::admin::connect() function.