Is there a way to specify custom trait implementations, such as `Eq`, in the proto file for prost-build to generate? If not, what is the correct way to implement a trait for the generated Rust code? Thanks!
Is there a way to specify custom trait implementations, such as
Eq, in the proto file for prost-build to generate?If not, what is the correct way to implement a trait for the generated Rust code?
Thanks!