We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817e891 commit b6d8ba1Copy full SHA for b6d8ba1
src/thrift_client/mod.rs
@@ -71,7 +71,7 @@ pub type ThriftOutputProtocol = TMultiplexedOutputProtocol<
71
/// ts_client.ts_global_ts_value_set(0, 1_000_000_000)?;
72
///
73
/// // Create port manager client
74
-/// use rbfrt::thrift_generated::port_mgr::PortMgrSyncClient;
+/// use rbfrt::thrift_generated::port_mgr::{PortMgrSyncClient, TPortMgrSyncClient};
75
/// let (i_prot, o_prot) = thrift_client::connect("localhost:9090", "port_mgr")?;
76
/// let mut port_client = PortMgrSyncClient::new(i_prot, o_prot);
77
/// port_client.port_mgr_mtu_set(0, 128, 9000, 9000)?;
0 commit comments