Closed
Description
First of all, please tell me if there is a better forum for discussion like this. Also, as a disclaimer, I am very new to rust.
A type is pretty useless unless it has conversions in both directions, right? So why not just make one trait for both directions?
Also, what is the model for binary versus text representations? Going in, it seems like the type can represent itself as either text or binary; but coming back, the type needs to either support both, or at least declare which one it does support.