Cows are probably the most idiomatic to do this, since message types that inherently own their data can just take a static lifetime. Data is currently cloned more or less everywhere, since lifetimes can play poorly with asynchronous code and the priority early in development was getting a proof of concept out.
Cows are probably the most idiomatic to do this, since message types that inherently own their data can just take a static lifetime. Data is currently cloned more or less everywhere, since lifetimes can play poorly with asynchronous code and the priority early in development was getting a proof of concept out.