Trait flow_record::Record

source ·
pub trait Record {
    // Required methods
    fn name() -> &'static str;
    fn descriptor() -> &'static Value;
    fn descriptor_hash() -> u32;
    fn into_value(self) -> Value;
}

Required Methods§

source

fn name() -> &'static str

source

fn descriptor() -> &'static Value

source

fn descriptor_hash() -> u32

source

fn into_value(self) -> Value

Object Safety§

This trait is not object safe.

Implementors§