Skip to main content

NbtCodecProfile

Trait NbtCodecProfile 

Source
pub trait NbtCodecProfile {
    const NBT_ENCODING: ProtocolNbtEncoding;

    // Provided method
    fn nbt_read_config() -> NbtReadConfig { ... }
}
Expand description

Codec profile used by the protocol bridge facade.

Required Associated Constants§

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§