Trait flow_record::Record

source ·
pub trait Record: Serialize {
    // Required methods
    fn name() -> &'static str;
    fn descriptor() -> &'static [u8] ;
    fn descriptor_hash() -> u32;
}

Required Methods§

source

fn name() -> &'static str

source

fn descriptor() -> &'static [u8]

source

fn descriptor_hash() -> u32

Object Safety§

This trait is not object safe.

Implementors§