mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-31 00:21:51 +01:00
Add a line between impl and struct
This commit is contained in:
@@ -47,6 +47,7 @@ impl super::Stream for TcpStream {
|
||||
|
||||
/// Connects to a socket address.
|
||||
pub struct TcpDialer<A = SocketAddr>(pub A) where A: ToSocketAddrs;
|
||||
|
||||
impl<A> super::Dialer for TcpDialer<A>
|
||||
where A: ToSocketAddrs
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user