[][src]Module opcua_server::address_space::method

Contains the implementation of Method and MethodBuilder.

Structs

Method

A Method is a type of node within the AddressSpace.

MethodBuilder

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.