Function sataddress::with_clone

source ·
pub fn with_clone<C: Clone + Send>(
    c: C
) -> impl Filter<Extract = (C,), Error = Infallible> + Clone
Expand description

Warp helper for cloning configration and db references so they can be passed into request handlers.