# server.Server.from_core

- **Module:** server.Server
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/server.rs#L311
- **Page:** https://libtmux.org/reference/rs/server-server-from_core/

```
server.Server.from_core(core: Arc<Core>) -> Self
```

Build a handle onto a connection an object already holds.

Not feature-gated: a `Client` resolving what it is attached to needs a
server to look ids up through, and that has nothing to do with control
mode.
