diff options
author | Till Hoeppner | 2015-06-27 23:40:38 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-06-27 23:40:38 +0200 |
commit | 577a0662897efb105ab794444fbeb62c783c3b16 (patch) | |
tree | eec1b164c6698f6b3055ce65cfb05d16d76cf7aa /src/lib.rs | |
parent | 1e1dd0b217b627ce24ce280c5cf5e9dd27a38ba2 (diff) | |
download | irsc-577a0662897efb105ab794444fbeb62c783c3b16.tar.gz irsc-577a0662897efb105ab794444fbeb62c783c3b16.tar.xz irsc-577a0662897efb105ab794444fbeb62c783c3b16.zip |
Add to_static functionality for Replies
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ pub use message::{ Message, MsgType }; pub use command::Command; pub use reply::Reply; pub use event::Event; -pub use client::Client; +pub use client::{ Client, OwnedClient, SharedClient }; #[derive(Debug)] pub enum IrscError { |