pub fn assert_ok<T, E: Debug>( result: Result<T, E>, msg: &str, ) -> Result<T, String>
Assert that a Result is Ok and return the value