Struct rustracing_jaeger::Error [] [src]

pub struct Error(_);

This crate specific error type.

Methods from Deref<Target = TrackableError<ErrorKind>>

[src]

Returns the kind of this error.

[src]

Tries to return the cause of this error as a value of T type.

If neither this error has a cause nor it is an T value, this method will return None.

Trait Implementations

impl Error for Error
[src]

[src]

[src]

impl Clone for Error
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for Error
[src]

impl From<ErrorKind> for Error
[src]

[src]

Performs the conversion.

impl From<TrackableError<ErrorKind>> for Error
[src]

[src]

Performs the conversion.

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Trackable for Error
[src]

[src]

[src]

[src]

[src]

[src]

[src]