1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-10 19:01:05 +00:00
This commit is contained in:
Rob Ede 2021-07-14 00:21:05 +01:00
parent 6bb33ec5db
commit 694cfc94c9
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -6,8 +6,8 @@
use std::{any::Any, io, net::SocketAddr};
use actix_web::{rt::net::TcpStream, web, App, HttpServer};
use actix_http::CloneableExtensions;
use actix_web::{rt::net::TcpStream, web, App, HttpServer};
#[derive(Debug, Clone)]
struct ConnectionInfo {