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,
|
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,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user