Type Alias UserValue

Source
pub type UserValue = Slice;
Expand description

User defined data (blob of bytes)

Aliased Typeยง

struct UserValue(/* private fields */);