You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I copied the example from the page https://actix.rs/docs/middleware/ about creating a middleware but I cannot get it to work. The Service trait requires 1 generics argument but 2 generics argument is being passed.
I copied the example from the page https://actix.rs/docs/middleware/ about creating a middleware but I cannot get it to work. The
Servicetrait requires 1 generics argument but 2 generics argument is being passed.