As a followup to https://github.com/jaemk/cached/pull/177, i changed the code a bit in my fork to work for types that are Clone but not necessarily Copy, and explicitly fail to compile when using result_fallback with the incompatible sync_writes flag.
As a followup to https://github.com/jaemk/cached/pull/177, i changed the code a bit in my fork to work for types that are
Clone
but not necessarilyCopy
, and explicitly fail to compile when usingresult_fallback
with the incompatiblesync_writes
flag.Would be cool to merge this whenever :)