Make ClientData private.
This commit is contained in:
parent
949249ea49
commit
815c54f2b9
@ -33,7 +33,7 @@ pub struct Client<C: Connect>(Arc<ClientData<C>>);
|
|||||||
|
|
||||||
/// Data contained in Client's Rc
|
/// Data contained in Client's Rc
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct ClientData<C>
|
struct ClientData<C>
|
||||||
where
|
where
|
||||||
C: Connect,
|
C: Connect,
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user