Skip to main content

test_transport

Function test_transport 

Source
pub async fn test_transport<L, R, E1, E2>(left: L, right: R)
where L: Transport<u32, String, E1> + Unpin, R: Transport<String, u32, E2> + Unpin, E1: Debug, E2: Debug,
Expand description

Test transport by sending strings and integers between two connected instances.