pub fn to_topic<T: Clone + 'static>(
graph: &Graph,
source: &Node<T>,
bus: &MessageBus<T>,
topic: impl Into<String>,
name: impl Into<String>,
) -> ToTopicBundle<T>Expand description
Creates or computes to_topic.
pub fn to_topic<T: Clone + 'static>(
graph: &Graph,
source: &Node<T>,
bus: &MessageBus<T>,
topic: impl Into<String>,
name: impl Into<String>,
) -> ToTopicBundle<T>Creates or computes to_topic.