|
|
|
|
|
by masklinn
2246 days ago
|
|
> Not really - the concrete type isn't important, but what you can do with it is. Then surely that's what should be shown? Rust uses `impl <Trait>` for that, the actual return type is opaque but you know it implements the specified trait. |
|