How should I call paths like <T::BindTransport as IntoFuture>::Future
? Documentation uses “Angle-bracket Form” (https://doc.rust-lang.org/book/ufcs.html#angle-bracket-form). Is this the “official” term? It sounds a bit confusing, because you always uses angle brackets…
Hm, actually, <>::
can be called the reverse turbofish…