pub fn fold_layers<'a>(
layers: impl DoubleEndedIterator<Item = &'a BoxLayer>,
inner: ArcHyperService,
) -> ArcHyperServiceExpand description
Fold layers into a single service, the order of the layers is reversed.
pub fn fold_layers<'a>(
layers: impl DoubleEndedIterator<Item = &'a BoxLayer>,
inner: ArcHyperService,
) -> ArcHyperServiceFold layers into a single service, the order of the layers is reversed.