(can you fetch a link to what you mean by "Any" in...
# development
w
(can you fetch a link to what you mean by "Any" in this context? literally a protobuf type named
Any
?)
It's a built-in "well known type" which has special handling to make it less expensive in some language bindings, but is just treated as any other proto in Rust at the moment. Fixable, and not the end of the world 🙂