Struct rill_engine::tracers::meta::AlertTracer [−][src]
pub struct AlertTracer { /* fields omitted */ }Expand description
This tracer sends text messages.
Implementations
Methods from Deref<Target = Tracer<AlertState>>
Returns a reference to a Description of the Tracer.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for AlertTracer
impl Send for AlertTracer
impl Sync for AlertTracer
impl Unpin for AlertTracer
impl !UnwindSafe for AlertTracer
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self