Struct zipkin::span_id::SpanIdParseError [] [src]

pub struct SpanIdParseError(_);

The error returned when parsing a SpanId from a string.

Trait Implementations

impl Debug for SpanIdParseError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for SpanIdParseError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for SpanIdParseError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

Auto Trait Implementations