pub type Amf0Object<'a> = HashMap<StringCow<'a>, Amf0Value<'a>>;
Represents any AMF0 object.
struct Amf0Object<'a> { /* private fields */ }