Struct ketos::trace::Trace [] [src]

pub struct Trace { /* fields omitted */ }

Represents a series of items, beginning with the outermost context and culminating with the context in which an error was generated.

Methods

impl Trace
[src]

Creates a new Trace from a series of items.

Creates a new Trace from a single item.

Returns the series of traced items.

Returns a borrowed reference to the optional contained expression.

Takes the optional contained expression and returns it.

Trait Implementations

impl Clone for Trace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl NameDisplay for Trace
[src]

Writes the value's display representation to the formatter stream.