pub async fn echo<Endpoint>(
endpoint: Endpoint,
url: &str
) -> Result<(), EchoError<Endpoint>>where
Endpoint: EndpointConnect + Debug,
Endpoint::Connecting: Debug,
EndpointConnectConnectionFor<Endpoint>: OpenBiStream + Debug,pub async fn echo<Endpoint>(
endpoint: Endpoint,
url: &str
) -> Result<(), EchoError<Endpoint>>where
Endpoint: EndpointConnect + Debug,
Endpoint::Connecting: Debug,
EndpointConnectConnectionFor<Endpoint>: OpenBiStream + Debug,