Function set_meta_value

Source
pub async fn set_meta_value(
    pool: &State<Pool<MySql>>,
    key: String,
    value: String,
) -> (Status, String)