pub struct TracingLayer {}Expand description
Tower middleware to create a tracing span for invocations of the Lambda function.
Implementations§
Source§impl TracingLayer
impl TracingLayer
Sourcepub fn new() -> TracingLayer
pub fn new() -> TracingLayer
Create a new tracing layer.
Trait Implementations§
Source§impl Default for TracingLayer
impl Default for TracingLayer
Source§fn default() -> TracingLayer
fn default() -> TracingLayer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TracingLayer
impl RefUnwindSafe for TracingLayer
impl Send for TracingLayer
impl Sync for TracingLayer
impl Unpin for TracingLayer
impl UnwindSafe for TracingLayer
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