[][src]Function assemble_app::kv_patch

pub fn kv_patch<T>(b: &str, k: &str, obj: &T) -> Result<()> where
    T: Serialize