pub type ExpandError = LookupError<VarError>;Expand description
Renamed shellexpand::LookupError for better
ergonomics.
Aliased Type§
pub struct ExpandError {
pub var_name: String,
pub cause: VarError,
}Fields§
§var_name: StringThe name of the problematic variable inside the input string.
cause: VarErrorThe original error returned by the context function.