[−][src]Module rustracing::carrier
Traits for representing carriers that propagate span contexts across process boundaries.
Traits
ExtractFromBinary | This trait allows to extract |
ExtractFromHttpHeader | This trait allows to extract |
ExtractFromTextMap | This trait allows to extract |
InjectToBinary | This trait allows to inject |
InjectToHttpHeader | This trait allows to inject |
InjectToTextMap | This trait allows to inject |
IterHttpHeaderFields | This trait allows to iterate over the fields of a HTTP header. |
SetHttpHeaderField | This trait allows to insert fields in a HTTP header. |
TextMap | This trait represents carriers which support Text Map format. |