pub type ForRef<T: ?Sized> = ForLt<fn(for<'_>) -> &T>;
ForRef<T> is a macro-free alias for ForLt!(<'any> = &'any T).
ForRef<T>
ForLt!(<'any> = &'any T)
pub struct ForRef<T: ?Sized>(/* private fields */);