Type Alias ply_rs::ply::Payload

source ·
pub type Payload<E> = KeyMap<Vec<E>>;
Expand description

The part after end_header, contains the main data.

Aliased Type§

struct Payload<E> { /* private fields */ }