Struct artifact_app::dev_prefix::env::JoinPathsError1.0.0 [] [src]

pub struct JoinPathsError { /* fields omitted */ }

Error type returned from std::env::join_paths when paths fail to be joined.

Trait Implementations

impl Error for JoinPathsError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for JoinPathsError
[src]

Formats the value using the given formatter.

impl Debug for JoinPathsError
[src]

Formats the value using the given formatter.