We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2814d87 commit 0e669e6Copy full SHA for 0e669e6
1 file changed
twinleaf/src/device/rpc/mod.rs
@@ -2,6 +2,6 @@ mod client;
2
mod registry;
3
mod value;
4
5
-pub use client::{RpcClient, RpcList, RpcListError};
+pub use client::{RpcClient, RpcList};
6
pub use registry::{RpcDescriptor, RpcRegistry};
7
pub use value::{DecodeError, EncodeError, RpcValue, RpcValueType};
0 commit comments