79437257

Date: 2025-02-13 17:38:00
Score: 0.5
Natty:
Report link

Not a direct answer to the original child arc question but,
as I do not have any mutable functions in T I just went with:

enum AnyT {
  T1(Arc<Impl1OfT>)
  T2(Arc<Impl2OfT>)
}

which works fine for both &self and Arc<Self> trait functions.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: WaeCo