unsafe_user_exists

Function unsafe_user_exists 

Source
async fn unsafe_user_exists(
    db_user: &str,
    connection: &mut MySqlConnection,
) -> Result<bool, Error>