Small clarification

This commit is contained in:
David Pedersen 2021-05-31 16:30:07 +02:00
parent f6b1a6f435
commit a69ba56ebe

View file

@ -125,6 +125,8 @@ pub trait FromRequest: Sized {
} }
``` ```
This "extractor" pattern is inspired by Bevy's ECS.
You can also return different response types: You can also return different response types:
```rust ```rust