Type Alias physis::ByteSpan

source ·
pub type ByteSpan<'a> = &'a [u8];
Expand description

Represents a continuous block of memory which is not owned, and comes either from an in-memory location or from a file.