Function intel_cache_lib::lib_backend::update_entry[][src]

pub async fn update_entry(
    conn: &MysqlConnection,
    uid: i32,
    dt: Vec<u8>,
    n: Option<&str>,
    l: Option<i32>,
    _lbl: Option<&str>
) -> Result<(), IcError>