Avatar
omochimetaru 5/16/2024 3:24 AM
public typealias Validated<Value> = Result<Value, InputErrorCollection> extension Validated where Failure == InputErrorCollection { このwhereが必要なのバグっぽい