pub fn insert<K, V>(key: K, value: V) -> AffixListwhere
    K: Into<String>,
    V: 'static + Send + Sync + Clone,
Available on crate feature affix only.
Expand description

Insert a key-value pair into depot.