Files
swift-hpa/Sources/CliDoc/NodeRepresentable.swift

4 lines
74 B
Swift

public protocol NodeRepresentable: Sendable {
func render() -> String
}