doc: hide push command

This commit is contained in:
Dmitriy Pleshevskiy 2020-08-01 11:12:10 +03:00
parent daf97c1c66
commit 9189c92c17

View file

@ -1,6 +1,7 @@
use super::StreamCommand;
use crate::result::Result;
#[doc(hidden)]
#[derive(Debug, Default)]
pub struct PushCommand<'a> {
pub collection: &'a str,