pub fn convert_result<T>(x: Result<T>) -> Result<T>
Expand description

Convert the result value.