pub fn timeout_bundle<T>( graph: &Graph, source: &Node<T>, ms: u64, name: impl Into<String>, ) -> TimeoutBundle<T>where T: Clone + 'static,
Creates or computes timeout_bundle.
timeout_bundle