CommonFields

Trait CommonFields 

Source
pub trait CommonFields<'a> {
    // Required method
    fn metadata(&'a self) -> &'a BTreeMap<String, Value>;
}
Expand description

Common fields that are expected on some entry structs

Required Methods§

Source

fn metadata(&'a self) -> &'a BTreeMap<String, Value>

A spot for holding data that is not relevant to integrity validation

Implementors§