pub struct Files { /* private fields */ }
Expand description

Context data for the files step library

This context contains a mapping from filename to metadata so that the various steps remember metadata and then query it later can find it.

This context depends on, and will automatically register, the context for the datadir step library.

Because files can typically only be named in Subplot documents, we assume they all have names which can be rendered as utf-8 strings.

Trait Implementations

A new context element was created. Read more

Scenario starts Read more

Scenario stops Read more

Entry to a step function Read more

Exit from a step function Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.