pub struct TcpStreamProvider;Expand description
The medium used to get the TcpStreamImpl
Trait Implementations§
Source§impl StreamProvider for TcpStreamProvider
impl StreamProvider for TcpStreamProvider
Source§type Item = TcpStreamImpl
type Item = TcpStreamImpl
Stream obtained after connect
Auto Trait Implementations§
impl Freeze for TcpStreamProvider
impl RefUnwindSafe for TcpStreamProvider
impl Send for TcpStreamProvider
impl Sync for TcpStreamProvider
impl Unpin for TcpStreamProvider
impl UnwindSafe for TcpStreamProvider
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more