Trait nu_plugin_core::FromShellError
source · pub trait FromShellError {
// Required method
fn from_shell_error(err: ShellError) -> Self;
}
Expand description
Values that can contain a ShellError
to signal an error has occurred.
Required Methods§
fn from_shell_error(err: ShellError) -> Self
Object Safety§
This trait is not object safe.