pub trait AsValue<'a> { type ValueType; // Required method fn as_value(&'a self) -> Self::ValueType; }