Skip to main content

entry_len

Function entry_len 

Source
pub fn entry_len(name_len: usize, schema_len: usize) -> Result<usize>
Expand description

The bytes an entry with this name and schema needs.

ยงErrors

Code::Invalid if the name is longer than MAX_NAME_LEN.