mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 15:38:29 +00:00
This just moves the server-relevant parts of handles into `server.rs`. It introduces a new higher-order macro `with_api_handle_types` to avoid some duplication. This fixes two `FIXME` comments, and makes things clearer, by not having server code in `client.rs`.