pub type WhichResult = Result<SystemPathBuf, WhichError>;Aliased Type§
pub enum WhichResult {
Ok(SystemPathBuf),
Err(WhichError),
}pub type WhichResult = Result<SystemPathBuf, WhichError>;pub enum WhichResult {
Ok(SystemPathBuf),
Err(WhichError),
}