pub struct DebuggingForwarderLayer;Expand description
A middleware layer that adds debug logging capabilities to a publisher. When messages are published, it will log them using the debug format.
Trait Implementations§
Source§impl<F> Layer<F> for DebuggingForwarderLayer
impl<F> Layer<F> for DebuggingForwarderLayer
Auto Trait Implementations§
impl Freeze for DebuggingForwarderLayer
impl RefUnwindSafe for DebuggingForwarderLayer
impl Send for DebuggingForwarderLayer
impl Sync for DebuggingForwarderLayer
impl Unpin for DebuggingForwarderLayer
impl UnsafeUnpin for DebuggingForwarderLayer
impl UnwindSafe for DebuggingForwarderLayer
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