Skip to main content

Log

Trait Log 

Source
pub trait Log { }
Available on crate feature client only.
Expand description

Marker trait for objects that has logs

See Api::logs and Api::log_stream for usage.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl Log for Pod

Implementors§