Skip to content

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

Protocol

RouterBuilder

A protocol for building routers by registering routes with their associated outputs.
protocol RouterBuilder : Sendable

Overview

RouterBuilder provides a common interface for accumulating route registrations and building them into a complete router.

Topics

Associated Types

Instance Methods

Relationships

Inherits From

  • Swift.Sendable
  • Swift.SendableMetatype

Conforming Types