Skip to main content

fold_subscribe_output

Function fold_subscribe_output 

Source
pub fn fold_subscribe_output<F, T: AstInfo, T2: AstInfo>(
    folder: &mut F,
    node: SubscribeOutput<T>,
) -> SubscribeOutput<T2>
where F: Fold<T, T2> + ?Sized,