Err.Err

Wraps a value of type T in an Err struct, available only when T is not itself an Err type.

template Err(T)
static if(!isErr!T)
struct Err {}

Members

Variables

value
T value;