Home
last modified time | relevance | path

Searched refs:AuthSvc (Results 1 – 1 of 1) sorted by relevance

/tonic/examples/src/tower/
H A Dclient.rs3 use service::AuthSvc;
19 .layer_fn(AuthSvc::new) in main()
50 pub struct AuthSvc { struct
54 impl AuthSvc { implementation
56 AuthSvc { inner } in new()
60 impl Service<Request<Body>> for AuthSvc { implementation