err<T, E> function

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

Implementation

Err<T, E> err<T, E>(E error) => Err<T, E>(error);