1 2 3 4 5 6
use std::collections::HashMap; #[derive(Debug, Default)] pub struct MetaData { pub inner: HashMap<String, String>, }