Struct rvs::SearchPath [] [src]

pub struct SearchPath {
    pub paths: Vec<PathBuf>,
}

Fields

Search path for import

Methods

impl SearchPath
[src]

[src]

[src]

Sets the search path used for import

The string must be a colon separated list of paths.

Errors

Error will be returned for parsed paths that do not exist. If the search path string contains a mix of paths that do and do not exist, the paths that do exist will be added to the internal search path.

[src]

Trait Implementations

impl Clone for SearchPath
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SearchPath
[src]

[src]

Formats the value using the given formatter.

impl Default for SearchPath
[src]

[src]

Returns the "default value" for a type. Read more