Options

Type Alias Options 

Source
pub type Options = u128;
Expand description

Type encapsulating a static flavor of an encoding.

Note: despite being made up of a primitive type, this cannot be serialized and correctly re-used.

Making assumptions about its layout might lead to unspecified behavior during encoding. Only use this type through the provided API.