Function visit_csr_seed_protobuf_schema

Source
pub fn visit_csr_seed_protobuf_schema<'ast, V, T: AstInfo>(
    visitor: &mut V,
    node: &'ast CsrSeedProtobufSchema,
)
where V: Visit<'ast, T> + ?Sized,