I've started to study the rotor library and I've found the expression:
me @ Echo::Server(..) => me.accept(),
What does this mean and how do I use the @
operator? My guess is that it is something like a cast operation, but the Rust book's section about casting doesn't mention it.