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
i see some bespoke traits which are similar to standard library traits, I was hoping you could comment.
For example, there are ToU16 and FromU16 traits, which seem like they would map precisely to the standard library traits Into<u16> and TryFrom<u16, Error=capnp::NotInSchema> respectively. Is there a reason for not using the standard traits?