Struct sgx_tstd::env::JoinPathsError [−][src]
pub struct JoinPathsError { /* fields omitted */ }
The error type for operations on the PATH
variable. Possibly returned from
the [env::join_paths
] function.
Trait Implementations
impl Debug for JoinPathsError
[src]
impl Debug for JoinPathsError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for JoinPathsError
[src]
impl Display for JoinPathsError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for JoinPathsError
[src]
impl Error for JoinPathsError
Auto Trait Implementations
impl Send for JoinPathsError
impl Send for JoinPathsError
impl Sync for JoinPathsError
impl Sync for JoinPathsError