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
Is your feature request related to a problem? Please describe. this eases client implementation
Describe the solution you'd like merged and backported
Describe alternatives you've considered None
Additional context
impl<NID, N , E> TryAsRef<ForwardToLeader<NID, N>> for RaftError<NID, E> where NID: NodeId, N: Node, E: Debug + TryAsRef<ForwardToLeader<NID, N>>, { fn try_as_ref(&self) -> Option<&ForwardToLeader<NID, N>> { self.forward_to_leader() } }
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening this issue!
Get help or engage by:
/help
/assignme
Sorry, something went wrong.
Make sense. Would you open a PR for it? :)
Good job!
No branches or pull requests
Is your feature request related to a problem? Please describe.
this eases client implementation
Describe the solution you'd like
merged and backported
Describe alternatives you've considered
None
Additional context
The text was updated successfully, but these errors were encountered: