Skip to main content

to_topic

Function to_topic 

Source
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.