Type Definition serde_nbt::Compound

source · []
pub type Compound = IndexMap<String, Value>;
Expand description

An arbitrary NBT compound.

This is a convenient type alias for the IndexMap type.