[][src]Trait mcproto_rs::protocol::HasPacketBody

pub trait HasPacketBody {
    pub fn mc_serialize_body<S>(&self, to: &mut S) -> SerializeResult
    where
        S: Serializer
; }

Required methods

pub fn mc_serialize_body<S>(&self, to: &mut S) -> SerializeResult where
    S: Serializer
[src]

Loading content...

Implementors

impl HasPacketBody for Packet578[src]

impl HasPacketBody for Packet753[src]

Loading content...