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
Sometimes you get into tricky situations where you just need to specialize the archived implementation of a method. We might be able to support something like:
#[archive_impl]implFoo{fndo_it_up(&self){#[if_archived]{// some archived-specific logic, like deserializing}#[else]{// the alternative}}}
I don't know if that's good syntax. We might need to experiment.
The text was updated successfully, but these errors were encountered:
Sometimes you get into tricky situations where you just need to specialize the archived implementation of a method. We might be able to support something like:
I don't know if that's good syntax. We might need to experiment.
The text was updated successfully, but these errors were encountered: