1 2 3 4 5 6 7 8 9
use ciborium::Value as CborValue; use vantage_dataset::ValueSet; use crate::vista::Vista; impl ValueSet for Vista { type Id = String; type Value = CborValue; }