Renderable
public protocol Renderable
Views conforming to this protocol won’t depend on the
body
to render. Instead, the view will depend on
createView
and updateView
. For internal use in the
AltSwiftUI library.
public protocol Renderable
Views conforming to this protocol won’t depend on the
body
to render. Instead, the view will depend on
createView
and updateView
. For internal use in the
AltSwiftUI library.