@@ -314,6 +314,8 @@ The `fetch` query finalizer returns a stream-like type that iterates through the
```rust
// provides `try_next`
usefutures::TryStreamExt;
// provides `try_get`
usesqlx::Row;
letmutrows=sqlx::query("SELECT * FROM users WHERE email = ?")
.bind(email)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.