Macro tls_api::spi_async_socket_impl_delegate [−][src]
macro_rules! spi_async_socket_impl_delegate {
("AsyncRead") => { ... };
("AsyncWrite") => { ... };
($t : ident < S >) => { ... };
($t : ty) => { ... };
}
Expand description
Delegate AsyncSocket
implementation to the underlying socket.
This is meant to be used only by API implementations.