ply_rs::ply

Type Alias 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 */ }