[][src]Function assemble_app::kv_set

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