Struct parables_testing::source_map::SourceMap[][src]

pub struct SourceMap { /* fields omitted */ }

A parsed source map.

Methods

impl SourceMap
[src]

Parse the given source map.

Find the mapping for a given program counter.

Trait Implementations

impl Debug for SourceMap
[src]

Formats the value using the given formatter. Read more

impl Clone for SourceMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SourceMap
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SourceMap
[src]

Auto Trait Implementations

impl Send for SourceMap

impl Sync for SourceMap