Dumb thing

This commit is contained in:
Tim Kuehn
2017-02-16 17:53:59 -08:00
parent 77638b388d
commit db9c23058d

View File

@@ -264,7 +264,7 @@ trait SyncService {
and the following future-based trait:
```rust,ignore
trait FutureService for HelloServer {
trait FutureService {
type HelloFut = IntoFutue<String, Message>;
fn hello(&mut self, name: String) -> Self::HelloFut;