Replaces the success value (if any) by ().
()
impl<T, E> Result<T, E> { fn ignore_ok(self) -> Result<(), E> }