Function get_meta_value

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