exr::compression

Type Alias ByteVec

source
pub type ByteVec = Vec<u8>;
Expand description

A byte vector.

Aliased Typeยง

struct ByteVec { /* private fields */ }