#[derive(XmlEncodable)]
{
// Attributes available to this derive:
#[opcua]
}
Expand description
Derive the XmlEncodable trait on this struct or enum, creating
code to write the struct as OPC-UA XML.
All fields must be marked with opcua(ignore) or implement XmlEncodable.