4 lines
74 B
Swift
4 lines
74 B
Swift
public protocol NodeRepresentable: Sendable {
|
|
func render() -> String
|
|
}
|
public protocol NodeRepresentable: Sendable {
|
|
func render() -> String
|
|
}
|