Struct v8::error::CapturedStackTrace [] [src]

pub struct CapturedStackTrace {
    pub frames: Vec<CapturedStackFrame>,
}

A captured stack trace, that is separated from its underlying isolate.

Fields

Trait Implementations

impl Clone for CapturedStackTrace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CapturedStackTrace
[src]

Formats the value using the given formatter.

impl Display for CapturedStackTrace
[src]

Formats the value using the given formatter.