Struct reproto_core::ErrorPos [] [src]

pub struct ErrorPos {
    pub object: Box<Object>,
    pub start: usize,
    pub end: usize,
}

Fields

Methods

impl ErrorPos
[src]

[src]

Needs explicit method because object is boxed.

Trait Implementations

impl Debug for ErrorPos
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Borrow<Pos>> From<T> for ErrorPos
[src]

[src]

Performs the conversion.

impl From<(Rc<Box<Object>>, usize, usize)> for ErrorPos
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ErrorPos

impl !Sync for ErrorPos