use warp::{Filter, Rejection, Reply}; pub fn filter() -> impl Filter + Clone { warp::path("deprov").map(|| -> &str { todo!() }) // TODO: }