MethodBuilder and VariableBuilder missing #71
Replies: 3 comments
-
I can access it: |
Beta Was this translation helpful? Give feedback.
-
My bad. IntelliJ's RustRover appears to have problems finding the Builder, but cargo itself is fine. |
Beta Was this translation helpful? Give feedback.
-
Wiped the .idea folder, uninstalled rustrover, cleaned pacman cache, reinstalled rustrover, works. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Might be that it's just late and the samples are apparently working,
but for some reason I've got a hard time finding
MethodBuilder
from my crate.async-opcua = { version = "0.14.0", features = ["env_logger", "server"] }
Am I missing features for this?
Beta Was this translation helpful? Give feedback.
All reactions