Open geom3trik opened 3 years ago
Hi, I was wondering if there is a way to implement TidAble<'a> for a tuple of refs like (&'a T, &'a U)?
TidAble<'a>
(&'a T, &'a U)
Hi, I was wondering if there is a way to implement
TidAble<'a>
for a tuple of refs like(&'a T, &'a U)
?