fold_layers

Function fold_layers 

Source
pub fn fold_layers<'a>(
    layers: impl DoubleEndedIterator<Item = &'a BoxLayer>,
    inner: ArcHyperService,
) -> ArcHyperService
Expand description

Fold layers into a single service, the order of the layers is reversed.