pub fn create_endpoints<T: ProtocolMarker>() -> (ClientEnd<T>, ServerEnd<T>)
Expand description

Creates client and server endpoints connected to by a channel.