diff options
Diffstat (limited to 'src/i2impl')
| -rw-r--r-- | src/i2impl/mi2p.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/i2impl/mi2p.rs b/src/i2impl/mi2p.rs index 9faef34..cf2b8e5 100644 --- a/src/i2impl/mi2p.rs +++ b/src/i2impl/mi2p.rs @@ -1,7 +1,6 @@ use crate::cfg::config::Config; -use serde::de::value::StrDeserializer; use tokio; use emissary_core::runtime::{ AsyncRead, @@ -45,7 +44,7 @@ impl I2PStatus { } */ -struct I2P<Stream> { +pub struct I2P<Stream> { session: Option<Session<Stream>>, connected: bool, config: Config, |
