Struct rollbar::FrameBuilder [] [src]

pub struct FrameBuilder<'a> { /* fields omitted */ }

Builder for a frame. A collection of frames identifies a stack trace.

Methods

impl<'a> FrameBuilder<'a>
[src]

Create a new FrameBuilder.

Tell the origin of the error by adding the file name to the report.

Conclude the creation of the frame.

Trait Implementations

impl<'a> Default for FrameBuilder<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Clone for FrameBuilder<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more