Function mark_token_used

Source
pub async fn mark_token_used(
    conn: &mut PgConnection,
    token: Uuid,
) -> ModelResult<bool>