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
Due to changes in libp2p related to NetworkBehaviour from libp2p/rust-libp2p#2842, structs implementing the trait would not be able to have ignored fields, which is being used https://github.com/dariusc93/rust-ipfs/blob/next/src/p2p/behaviour.rs#L50-L53 . As a result, changes would need to be done so they are on the outside of the struct
The text was updated successfully, but these errors were encountered:
dariusc93
No branches or pull requests
Due to changes in libp2p related to NetworkBehaviour from libp2p/rust-libp2p#2842, structs implementing the trait would not be able to have ignored fields, which is being used https://github.com/dariusc93/rust-ipfs/blob/next/src/p2p/behaviour.rs#L50-L53 . As a result, changes would need to be done so they are on the outside of the struct
The text was updated successfully, but these errors were encountered: