Struct miette::SourceSpan [−][src]
pub struct SourceSpan { /* fields omitted */ }Expand description
Span within a Source with an associated message.
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SourceSpan
impl Send for SourceSpan
impl Sync for SourceSpan
impl Unpin for SourceSpan
impl UnwindSafe for SourceSpan
Blanket Implementations
Mutably borrows from an owned value. Read more