Skip to content

AnyPathBuilder

ohitsdaniel edited this page Apr 6, 2021 · 2 revisions

AnyPathBuilder

An erased path builder that erases the underlying Content to AnyView

public struct AnyPathBuilder: PathBuilder

Inheritance

PathBuilder

Initializers

init(erasing:)

Erases the passed PathBuilder's Content to AnyView, if it builds the passed PathElement

public init<Erased: PathBuilder>(erasing: Erased)

Methods

build(pathElement:)

public func build(pathElement: AnyScreen) -> AnyView?
Clone this wiki locally