Trait nbt_lib::traits::IntoNbt

source ·
pub trait IntoNbt {
    // Required method
    fn to_nbt(&self) -> NbtValue;
}
Expand description

A trait that allows structs to have a function that transrforms themself into a NbtValue

Required Methods§

source

fn to_nbt(&self) -> NbtValue

Converts this struct into a NbtValue

Implementors§