rrevenantt / better_any

Better type id and Any for Rust
Apache License 2.0
11 stars 5 forks source link

impl TidAble for tuple #4

Open geom3trik opened 3 years ago

geom3trik commented 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)?