pub trait ResultExt { // Required method fn typed<T>(self) -> Self; }
Extension trait to add type context to Error.
Error
Add type T’s name to the error.
T