We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<T as Yokeable<'a>>::Output is just a way of saying Self<'a> in a GAT-less world.
<T as Yokeable<'a>>::Output
Self<'a>
Now that GATs are rather stable and well inside our MSRV, we should use them.