The Result<T, E> is an enum consists of two variants, i.e., OK<T> and Err<E>. It describes the possible error. OK<T>: The 'T' is a type of value which returns ...
確定! 回上一頁