implementation of std::marker::Send
is not general enough
#22
Labels
help wanted
Extra attention is needed
std::marker::Send
is not general enough
#22
So I got into that shit.
Just adding to a rather simle async method the lines
lead to the horrible error:
googling around this seems to be a rust compiler issue. rust-lang/futures-rs#1451 with no clear bypass.
Debugging a bit more I found out that the issue seems to be the lines: https://github.com/FreeOpcUa/rust-opcua/blob/master/opcua-client/src/custom_types/mod.rs#L123
And in that code we read: https://github.com/FreeOpcUa/rust-opcua/blob/master/opcua-client/src/browser/browse.rs#L22
The text was updated successfully, but these errors were encountered: