We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INode::replace_child returns a Result whose error type is private and can therefor not be used. Is this intentional? Can we make it pub otherwise?
INode::replace_child
Result
pub
In other news: Is this project dead? Last commit was five months ago...
The text was updated successfully, but these errors were encountered:
I'd supply a PR if there is still someone here :)
Sorry, something went wrong.
No branches or pull requests
INode::replace_child
returns aResult
whose error type is private and can therefor not be used. Is this intentional? Can we make itpub
otherwise?In other news: Is this project dead? Last commit was five months ago...
The text was updated successfully, but these errors were encountered: