Closed dherman closed 7 years ago
The server example doesn't compile for me. It says it can't find a filter_map method. Is there a trait import missing?
filter_map
Thanks!
Oy, I forgot to .unwrap() the result of .bind() >_< My fault!
.unwrap()
.bind()
The server example doesn't compile for me. It says it can't find a
filter_map
method. Is there a trait import missing?Thanks!