pub fn store_glasses_sample(
store: &mut DeviceSampleStore,
capability: GlassesCapability,
sample_id: impl Into<String>,
value: Expr,
receipt: &ConsentReceipt,
clock: FrameClock,
content_refs: Vec<StoreKey>,
) -> Result<StoreKey>Expand description
Stores one glasses-sensitive sample under the receipt sequence and modeled clock.