You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems weird to me that OctocrabBuilder<..., DefaultOctocrabBuilderConfig, NoAuth, ...>::personal_token(...) returns Self and not OctocrabBuilder<..., Auth, ...>.
The text was updated successfully, but these errors were encountered:
Given I have
I can either do
or, if I knew how to do that,
It seems weird to me that
OctocrabBuilder<..., DefaultOctocrabBuilderConfig, NoAuth, ...>::personal_token(...)
returnsSelf
and notOctocrabBuilder<..., Auth, ...>
.The text was updated successfully, but these errors were encountered: