diff --git a/src/lib.rs b/src/lib.rs index 2312f86f..6df99676 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -33,7 +33,7 @@ pub struct Client(Arc>); /// Data contained in Client's Rc #[derive(Debug)] -pub struct ClientData +struct ClientData where C: Connect, {