pub trait BuiltinError:
Error
+ ConvertibleToExitCode
+ Send
+ Sync { }Expand description
Trait implementable by built-in commands to represent errors.
pub trait BuiltinError:
Error
+ ConvertibleToExitCode
+ Send
+ Sync { }Trait implementable by built-in commands to represent errors.