Skip to main content

Slice

Type Alias Slice 

Source
pub type Slice = [Byte];
Expand description

Unsized byte slice used by raw database APIs.

This aliases [u8] so borrowed keys and values share one canonical spelling. The alias itself carries no encoding guarantee.