Type Alias sn_registers::Entry

source ·
pub type Entry = Vec<u8>;
Expand description

An entry in a Register (note that the vec<u8> is size limited: MAX_REG_ENTRY_SIZE)

Aliased Type§

struct Entry { /* private fields */ }