[][src]Function assemble_app::kv_set_obj

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