Type Definition concordium_std::OwnedPolicy[][src]

pub type OwnedPolicy = Policy<Vec<(AttributeTag, Vec<u8, Global>), Global>>;
Expand description

A policy with a vector of attributes, fully allocated and owned. This is in contrast to a policy which is lazily read from a read source. The latter is useful for efficiency, this type is more useful for testing since the values are easier to construct.