Open
Description
warp::filters::BoxedFilter
implements warp::filter::FilterBase
(crate-private trait therefore undocumented) and warp::filter::Filter
through a conditional impl impl<T: FilterBase> Filter for T {}
. However, rustdoc doesn't document that BoxedFilter
implements the warp::Filter
trait.
See here: https://docs.rs/warp/0.3.1/warp/filters/struct.BoxedFilter.html