Function visit_protobuf_schema

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