[][src]Function tokio_modbus::client::util::reconnect_shared_context

pub fn reconnect_shared_context(
    shared_context: &Rc<RefCell<SharedContext>>
) -> impl Future<Item = (), Error = Error>

Asynchronously (disconnect and) reconnect the shared context.