Ben Cordero 11:13 am on June 21, 2020 Result<> enum Result<T, E> { Ok(T), Err(E), } T is the useful bit, the thing you want. But what is E? Continue reading →