Err<T, E> constructor

Err<T, E>(
  1. E error
)

Implementation

Err(this.error);