You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal is to automatically detect that a given type contains a field Header header and if so implement a trait named Stamped for it that provides access to the header.
This is intended to allow things like auto incrementing the seq number during each publish by detecting Header... TODO look into rust type system more for how best to do this.
The text was updated successfully, but these errors were encountered:
Goal is to automatically detect that a given type contains a field
Header header
and if so implement a trait named Stamped for it that provides access to the header.This is intended to allow things like auto incrementing the seq number during each publish by detecting Header... TODO look into rust type system more for how best to do this.
The text was updated successfully, but these errors were encountered: