Type Definition nu_protocol::ReturnValue[][src]

pub type ReturnValue = Result<ReturnSuccess, ShellError>;
Expand description

The core Result type for pipelines

Trait Implementations

Performs the conversion.