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§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl FromShellError for Value

source§

impl<T> FromShellError for Result<T, ShellError>

Implementors§