Struct tonic::transport::server::TcpConnectInfo [−][src]
pub struct TcpConnectInfo { /* fields omitted */ }
Expand description
Connection info for standard TCP streams.
This type will be accessible through request extensions if you’re using the default non-TLS connector.
See Connected
for more details.
Implementations
Return the remote address the IO resource is connected too.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TcpConnectInfo
impl Send for TcpConnectInfo
impl Sync for TcpConnectInfo
impl Unpin for TcpConnectInfo
impl UnwindSafe for TcpConnectInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more