(req: &HttpRequest, _pl: &mut dev::Payload)
| 34 | type Future = Ready<Result<Self, Self::Error>>; |
| 35 | |
| 36 | fn from_request(req: &HttpRequest, _pl: &mut dev::Payload) -> Self::Future { |
| 37 | ready(Ok(Self::from_req(req))) |
| 38 | } |
| 39 | } |
nothing calls this directly
no outgoing calls
no test coverage detected