Struct jrsonnet_evaluator::DummyImportResolver[][src]

pub struct DummyImportResolver;
Expand description

Dummy resolver, can’t resolve/load any file

Trait Implementations

Resolves real file path, e.g. (/home/user/manifests, b.libjsonnet) can correspond both to /home/user/manifests/b.libjsonnet and to /home/user/${vendor}/b.libjsonnet where ${vendor} is a library path. Read more

Reads file from filesystem, should be used only with path received from resolve_file

Safety Read more

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.