Renderable
public protocol RenderableRenderable
Types that implement this protocol are expected to have string representation. This protocol is separated from Printable and it’s description property on purpose.
- 
                  
                  Implement this method in order to be able to put data to textField field Simplest implementation may return just object description DeclarationSwift func render() -> String
 Renderable Protocol Reference
        Renderable Protocol Reference