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§
fn name() -> &'static str
fn descriptor() -> &'static [u8] ⓘ
fn descriptor_hash() -> u32
Object Safety§
This trait is not object safe.