pub trait ToTag { // Required method fn into_tag(self) -> Tag; }
A trait to convert rust types into their respective NBT Tag.