Trait zipkin::Attachment

source ·
pub trait Attachment: Sealed { }
Expand description

A marker trait for types which parameterize an OpenSpan’s attachment.

It is “sealed” such that it cannot be implemented outside of this crate.

Implementors§