[][src]Module opcua_server::address_space::variable

Contains the implementation of Variable and VariableBuilder.

Structs

Variable

A Variable is a type of node within the AddressSpace.

VariableBuilder

A builder for constructing a node of same name. This can be used as an easy way to create a node and the references it has to another node in a simple fashion.