Type Definition nu_protocol::ReturnValue

source · []
pub type ReturnValue = Result<ReturnSuccess, ShellError>;
Expand description

The core Result type for pipelines

Trait Implementations

Performs the conversion.