pub struct TapIo<L, F> { /* private fields */ }
Expand description
Return type of ListenerExt::tap_io
.
See that method for details.
Trait Implementations§
Auto Trait Implementations§
impl<L, F> Freeze for TapIo<L, F>
impl<L, F> RefUnwindSafe for TapIo<L, F>where
L: RefUnwindSafe,
F: RefUnwindSafe,
impl<L, F> Send for TapIo<L, F>
impl<L, F> Sync for TapIo<L, F>
impl<L, F> Unpin for TapIo<L, F>
impl<L, F> UnwindSafe for TapIo<L, F>where
L: UnwindSafe,
F: UnwindSafe,
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