Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Associated Type

Failure

The error the conforming writer will throw. Defaults to Never, i.e. the writer doesn’t throw.
associatedtype Failure : Error = Never