Exposed new method

This commit is contained in:
Jedrzej Stuczynski
2020-03-04 15:34:57 +00:00
parent 9f416b6570
commit 76cf73b70b
@@ -48,7 +48,7 @@ impl<T: NymTopology> Stream for LoopCoverTrafficStream<T> {
}
impl<T: NymTopology> LoopCoverTrafficStream<T> {
fn new(
pub(crate) fn new(
mix_tx: MixMessageSender,
our_info: Destination,
mut topology_access: TopologyAccessor<T>,