async fn log_users(
__arg0: State<IpAddresses>,
__arg1: ConnectInfo<SocketAddr>,
req: Request,
next: Next,
) -> Result<Response, StatusCode>
Expand description
Logs each new IP address that accesses this API authenticated
async fn log_users(
__arg0: State<IpAddresses>,
__arg1: ConnectInfo<SocketAddr>,
req: Request,
next: Next,
) -> Result<Response, StatusCode>
Logs each new IP address that accesses this API authenticated