Function syn::visit::visit_lit_bool

source ·
pub fn visit_lit_bool<'ast, V>(v: &mut V, node: &'ast LitBool)where
    V: Visit<'ast> + ?Sized,