Enum jrsonnet_evaluator::trace::PathResolver[][src]

pub enum PathResolver {
    FileName,
    Absolute,
    Relative(PathBuf),
}
Expand description

The way paths should be displayed

Variants

FileName

Only filename

Absolute

Absolute path

Relative(PathBuf)

Path relative to base directory

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.