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,
};
pub(crate) use self::response::RpcResponseArgument;
pub use self::response::{
BlocklistUpdate, ErrorType, FreeSpace, Nothing, PortTest, RpcResponse, SessionClose,
SessionGet, SessionSet, SessionStats, Torrent, TorrentAddedOrDuplicate, TorrentRenamePath,
TorrentStatus, Torrents,
BlocklistUpdate, ErrorType, FreeSpace, Nothing, PortTest, RpcResponse, RpcResponseArgument,
SessionClose, SessionGet, SessionSet, SessionStats, Torrent, TorrentAddedOrDuplicate,
TorrentRenamePath, TorrentStatus, Torrents,
};