Struct source_map_mappings::comparators::ByGeneratedLocation [] [src]

pub struct ByGeneratedLocation;

Sort mappings by their generated locations, breaking ties by their original locations.

Trait Implementations

impl Debug for ByGeneratedLocation
[src]

[src]

Formats the value using the given formatter.

impl ComparatorFunction<Mapping> for ByGeneratedLocation
[src]

[src]

Compare the given values.