fix(handshake): make client struct data public
This commit is contained in:
parent
611611d063
commit
82bec59490
1 changed files with 3 additions and 3 deletions
|
|
@ -141,9 +141,9 @@ pub enum Output {
|
|||
|
||||
#[derive(Debug)]
|
||||
pub struct Client {
|
||||
state: State,
|
||||
output: Output,
|
||||
version_table: VersionTable,
|
||||
pub state: State,
|
||||
pub output: Output,
|
||||
pub version_table: VersionTable,
|
||||
}
|
||||
|
||||
impl Client {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue