split_topic

Function split_topic 

Source
pub fn split_topic(topic: &str, delimiter: char) -> (&str, Option<&str>)
Expand description

Splits a topic into channel and optional symbol using the specified delimiter.