Type Definition nu_protocol::ReturnValue[][src]

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

The core Result type for pipelines

Trait Implementations

impl From<Value> for ReturnValue[src]

fn from(v: Value) -> Self[src]

Performs the conversion.