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>>
pub fn send(
&self,
data: T::Event,
opt_system_time: Option<SystemTime>,
direction: Option<Direction<ProviderProtocol>>
)
pub fn send(
&self,
data: T::Event,
opt_system_time: Option<SystemTime>,
direction: Option<Direction<ProviderProtocol>>
)Send an event to a Recorder.
Subscribe to the stream of the watcher.
Registers a callback to the flow.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for AlertTracerimpl Send for AlertTracerimpl Sync for AlertTracerimpl Unpin for AlertTracerimpl !UnwindSafe for AlertTracerBlanket 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 = TShould always be Self
pub fn vzip(self) -> V