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
pub trait CommonFields<'a> {
// Required method
fn metadata(&'a self) -> &'a BTreeMap<String, Value>;
}Common fields that are expected on some entry structs