doc: hide quit and ping command structs
This commit is contained in:
parent
7e19f5b8d1
commit
83ddc16ce1
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
use super::StreamCommand;
|
||||
use crate::result::*;
|
||||
|
||||
#[doc(hidden)]
|
||||
#[derive(Debug, Default)]
|
||||
pub struct PingCommand;
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
use super::StreamCommand;
|
||||
use crate::result::Result;
|
||||
|
||||
#[doc(hidden)]
|
||||
#[derive(Debug, Default)]
|
||||
pub struct QuitCommand;
|
||||
|
||||
|
|
Loading…
Reference in a new issue