flow_record_common

Trait FlowRecord

source
pub trait FlowRecord {
    // Required methods
    fn name() -> &'static str;
    fn descriptor() -> &'static Value;
    fn descriptor_hash() -> u32;
    fn into_value(self) -> Value;
    fn child_descriptors() -> &'static HashMap<u32, Value>;
}

Required Methods§

source

fn name() -> &'static str

source

fn descriptor() -> &'static Value

source

fn descriptor_hash() -> u32

source

fn into_value(self) -> Value

source

fn child_descriptors() -> &'static HashMap<u32, Value>

Object Safety§

This trait is not object safe.

Implementors§