Avatar
FutureFailure を持たなくても、 extension<T> Future where Value == Result<T> { init(execute: @escaping () async throws -> T) { ... } } があれば良い?