Function syn::fold::fold_lit_bool

source ·
pub fn fold_lit_bool<F>(f: &mut F, node: LitBool) -> LitBool
where F: Fold + ?Sized,
Available on crate feature fold only.