[][src]Trait zenoh_util::collections::properties::KeyTranscoder

pub trait KeyTranscoder {
    fn encode(key: &str) -> Option<u64>;
fn decode(key: u64) -> Option<String>; }

Required methods

fn encode(key: &str) -> Option<u64>

fn decode(key: u64) -> Option<String>

Loading content...

Implementors

impl KeyTranscoder for DummyTranscoder[src]

Loading content...