Type Definition beancount_parser::metadata::Metadata

source ·
pub type Metadata<'a> = HashMap<String, Value<'a>>;
Available on crate feature unstable only.