Skip to main content

JsonEncodable

Derive Macro JsonEncodable 

Source
#[derive(JsonEncodable)]
{
    // Attributes available to this derive:
    #[opcua]
}
Expand description

Derive the JsonEncodable trait on this struct or enum, creating code to write the struct to a JSON stream on OPC-UA reversible encoding.

All fields must be marked with opcua(ignore) or implement JsonEncodable.