Function choices::warp::filters::ext::get[][src]

pub fn get<T>() -> impl Filter + Copy where
    T: 'static + Clone + Send + Sync

Get a previously set extension of the current route.

If the extension doesn’t exist, this rejects with a MissingExtension.