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
Casual Rust developers will have issues with this construct. Is this unavoidable? For example, perhaps Client::registers::register_create_with_permissions could just return something like Result<(Register, Future<UploadSummary>), RegisterError> ?
The text was updated successfully, but these errors were encountered:
Casual Rust developers will have issues with this construct. Is this unavoidable? For example, perhaps
Client::registers::register_create_with_permissions
could just return something likeResult<(Register, Future<UploadSummary>), RegisterError>
?The text was updated successfully, but these errors were encountered: