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