Type Definition nbt::Result

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

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