Struct rollbar::FrameBuilder [] [src]

pub struct FrameBuilder { /* fields omitted */ }

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

Methods

impl<'a> FrameBuilder
[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 Default for FrameBuilder
[src]

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

impl Clone for FrameBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FrameBuilder
[src]

Formats the value using the given formatter.