mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 10:52:43 +00:00
4 lines
98 B
Rust
4 lines
98 B
Rust
use warp::filters::BoxedFilter;
|
|
|
|
pub type ResponseFilter = BoxedFilter<(warp::reply::Response,)>;
|