[][src]Trait kompact::prelude::SerIdBuf

pub trait SerIdBuf {
    fn get_ser_id(&mut self) -> SerId;
}

A trait to retrieve a SerId from a buffer.

Required methods

fn get_ser_id(&mut self) -> SerId

Deserialises a SerId from this buffer.

Loading content...

Implementors

impl<B: Buf> SerIdBuf for B[src]

Loading content...