Type Definition nbt::Result[][src]

type Result<T> = StdResult<T, Error>;
Expand description

A convenient alias type for results when reading/writing the Named Binary Tag format.