Skip to content

fully qualified name from a proto? #110

@timotheecour

Description

@timotheecour

@msoucy

mixin ProtocolBufferFromString!"
package foo.bar;
message Person {...}
";

void test(){
  static  assert(Person.fqname=="foo.bar.Person");
}

is there anything similar to fqname? (static method returning at compile time the fully qualified proto type)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions