mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 23:34:47 +00:00

I've been thinking that having an associated type probably isn't necessary. I imagine most users are either using `SocketAddr` to the remote connection IP, or writing their own connection struct.