pub struct DebugIoLayer {}Expand description
I/O Pattern Layer takes a (read, write) (as it would for servers) and will also send down a (read, write) pair (as you would do for clients)
Trait Implementations§
Source§impl Default for DebugIoLayer
impl Default for DebugIoLayer
Source§fn default() -> DebugIoLayer
fn default() -> DebugIoLayer
Returns the “default value” for a type. Read more
Source§impl<InnerService> Layer<InnerService> for DebugIoLayer
impl<InnerService> Layer<InnerService> for DebugIoLayer
Auto Trait Implementations§
impl Freeze for DebugIoLayer
impl RefUnwindSafe for DebugIoLayer
impl Send for DebugIoLayer
impl Sync for DebugIoLayer
impl Unpin for DebugIoLayer
impl UnwindSafe for DebugIoLayer
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