1 2 3 4
use crate::json::{Map, Value}; /// An annotation attached to a definition. pub type Annotation = Map<String, Value>;