Trait zipkin::Attachment [] [src]

pub trait Attachment: Sealed { }

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