Type Definition nu_protocol::ReturnValue[][src]

type ReturnValue = Result<ReturnSuccess, ShellError>;

The core Result type for pipelines

Trait Implementations

impl From<Value> for ReturnValue[src]