EmptyResult

typealias EmptyResult<E> = Result<Unit, E>

A Result carrying no success payload — for operations whose success is just "it worked".