Trait zenoh_codec::LCodec

source ·
pub trait LCodec<Message> {
    // Required method
    fn w_len(self, message: Message) -> usize;
}

Required Methods§

source

fn w_len(self, message: Message) -> usize

Implementors§

source§

impl LCodec<&Encoding> for Zenoh080

source§

impl LCodec<&str> for Zenoh080

source§

impl LCodec<&String> for Zenoh080

source§

impl LCodec<&Timestamp> for Zenoh080

source§

impl LCodec<&ZBuf> for Zenoh080

source§

impl LCodec<&ZBuf> for Zenoh080Bounded<u8>

source§

impl LCodec<&ZBuf> for Zenoh080Bounded<u16>

source§

impl LCodec<&ZBuf> for Zenoh080Bounded<u32>

source§

impl LCodec<&ZBuf> for Zenoh080Bounded<u64>

source§

impl LCodec<&ZBuf> for Zenoh080Bounded<usize>

source§

impl LCodec<&ZenohId> for Zenoh080

source§

impl LCodec<&PrioritySn> for Zenoh080

source§

impl LCodec<&[u8]> for Zenoh080

source§

impl LCodec<u8> for Zenoh080

source§

impl LCodec<u16> for Zenoh080

source§

impl LCodec<u32> for Zenoh080

source§

impl LCodec<u64> for Zenoh080

source§

impl LCodec<usize> for Zenoh080

source§

impl LCodec<[u8; 1]> for Zenoh080

source§

impl LCodec<[u8; 2]> for Zenoh080

source§

impl LCodec<[u8; 3]> for Zenoh080

source§

impl LCodec<[u8; 4]> for Zenoh080

source§

impl LCodec<[u8; 5]> for Zenoh080

source§

impl LCodec<[u8; 6]> for Zenoh080

source§

impl LCodec<[u8; 7]> for Zenoh080

source§

impl LCodec<[u8; 8]> for Zenoh080

source§

impl LCodec<[u8; 9]> for Zenoh080

source§

impl LCodec<[u8; 10]> for Zenoh080

source§

impl LCodec<[u8; 11]> for Zenoh080

source§

impl LCodec<[u8; 12]> for Zenoh080

source§

impl LCodec<[u8; 13]> for Zenoh080

source§

impl LCodec<[u8; 14]> for Zenoh080

source§

impl LCodec<[u8; 15]> for Zenoh080

source§

impl LCodec<[u8; 16]> for Zenoh080

source§

impl<const ID: u8> LCodec<&EntityIdType<ID>> for Zenoh080

source§

impl<const ID: u8> LCodec<&SourceInfoType<ID>> for Zenoh080