Struct syntax::codemap::FilePathMapping[][src]

pub struct FilePathMapping { /* fields omitted */ }

Methods

impl FilePathMapping
[src]

Applies any path prefix substitution as defined by the mapping. The return value is the remapped path and a boolean indicating whether the path was affected by the mapping.

Trait Implementations

impl Clone for FilePathMapping
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations