mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
Expose RpcResponseArgument type
This commit is contained in:
parent
9654141a44
commit
a30f65f951
@ -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,
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user