Enum ethcore::trace::Tracing [] [src]

pub enum Tracing {
    Enabled(Vec<FlatTransactionTraces>),
    Disabled,
}

Container for block traces.

Variants

This variant should be used when tracing is enabled.

Tracing is disabled.

Methods

impl Tracing
[src]

Creates new instance of enabled tracing object.

Returns true if tracing is enabled.

Important traits for Vec<u8>

Drain all traces.

Trait Implementations

impl Clone for Tracing
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Tracing

impl Sync for Tracing