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
We can currently automatically derive Format (Printable + Parsable) for a struct when its fields have Format implemented. If a field is an Option or a Vec of a type that implements Format, then we can provide a format directive to specify so, and then automatically derive Format for such fields too.
The text was updated successfully, but these errors were encountered:
We can currently automatically derive
Format
(Printable
+Parsable
) for astruct
when its fields haveFormat
implemented. If a field is anOption
or aVec
of a type that implementsFormat
, then we can provide a format directive to specify so, and then automatically deriveFormat
for such fields too.The text was updated successfully, but these errors were encountered: