Structure
AnyRouter
A router that performs type erasure by wrapping another router.
struct AnyRouter<Output>
Topics
Initializers
Instance Methods
func register(Output, at: [PathComponent])Registers a newOutputto theRouterat a given path.func route(path: [String], parameters: inout Parameters) -> Output?Fetches output for a specific route.