Struct tokio_modbus::Server [] [src]

pub struct Server { /* fields omitted */ }

A multithreaded Modbus server.

Methods

impl Server
[src]

[src]

Create a new Modbus TCP server instance.

[src]

Trait Implementations

Auto Trait Implementations

impl Send for Server

impl Sync for Server