Struct conch_runtime::path::NormalizationError
[−]
[src]
pub struct NormalizationError { /* fields omitted */ }An error that can arise during physical path normalization.
Trait Implementations
impl Debug for NormalizationError[src]
impl Error for NormalizationError[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>[src]
The lower-level cause of this error, if any. Read more