Expose RpcResponseArgument type

This commit is contained in:
quietvoid 2023-09-14 22:48:37 -04:00 committed by Aleksandr
parent 9654141a44
commit a30f65f951

View File

@ -15,9 +15,8 @@ pub use self::request::{
TorrentRenamePathArgs, TorrentSetArgs, TrackerList, TorrentRenamePathArgs, TorrentSetArgs, TrackerList,
}; };
pub(crate) use self::response::RpcResponseArgument;
pub use self::response::{ pub use self::response::{
BlocklistUpdate, ErrorType, FreeSpace, Nothing, PortTest, RpcResponse, SessionClose, BlocklistUpdate, ErrorType, FreeSpace, Nothing, PortTest, RpcResponse, RpcResponseArgument,
SessionGet, SessionSet, SessionStats, Torrent, TorrentAddedOrDuplicate, TorrentRenamePath, SessionClose, SessionGet, SessionSet, SessionStats, Torrent, TorrentAddedOrDuplicate,
TorrentStatus, Torrents, TorrentRenamePath, TorrentStatus, Torrents,
}; };