Struct throw::ErrorPoint[][src]

pub struct ErrorPoint { /* fields omitted */ }

Represents a location at which an error was thrown via throw!()

Methods

impl ErrorPoint
[src]

The line throw!() occurred at, retrieved by line!()

The column throw!() occurred at, retrieved by column!()

The module throw!() occurred in, retrieved by module_path!()

The file throw!() occurred in, retrieved by file!()

Trait Implementations

impl Debug for ErrorPoint
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ErrorPoint

impl Sync for ErrorPoint