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