Type Alias musli::Options

source ·
pub type Options = u128;
Expand description

Type encapsulating a static options for an encoding.

Note: despite being made up of a primitive type, this cannot be serialized and correctly re-used. This is simply the case because of restrictions in constant evaluation.

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