Type Definition exr::meta::attribute::TextBytes[][src]

type TextBytes = SmallVec<[u8; 24]>;
Expand description

The raw bytes that make up a string in an exr file. Each u8 is a single char.