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
@webdesus I guessed so from reading the source code.
I do think that in addition to adding a documentation, you should change return type of this function to a named struct with descriptive fields, so that IDE user may not need to actually open documentation to understand what it means, for example:
It is
Result<u32>
, notResult<()>
, but the documentation does not tell what that number (u32
) means.The text was updated successfully, but these errors were encountered: