Macro ockam_entity::reveal_attributes[][src]

macro_rules! reveal_attributes {
    ($($x : expr), * $(,) ?) => { ... };
}
Expand description

Creates a list of revealed attributes containing the arguments.

let reveal_attributes = reveal_attributes!["ABCD-EFGH", "BDC".to_string()];