Trait frcds::ds_to_rio::tcp::tags::TcpTag

source ·
pub trait TcpTag: Debug {
    fn id(&self) -> u8;
    fn data(&self) -> Vec<u8>;

    fn construct(&self) -> Vec<u8> { ... }
}

Required Methods

Provided Methods

Implementors