insert_annotation

Function insert_annotation 

Source
fn insert_annotation(
    annotations: &mut IndexMap<String, Value>,
    key: impl Into<String>,
    value: impl Serialize,
) -> Result<(), ManifestError>